7 lines
156 B
Plaintext
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
|