nexus-4/.env.example
2026-01-26 10:55:11 -05:00

7 lines
156 B
Plaintext

# Database
DATABASE_URL=postgres://user:password@localhost/nexus4
# JWT Authentication
JWT_SECRET=your-secret-key-change-in-production
JWT_EXPIRATION=3600