13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
# MongoDB Connection
|
|
MONGODB_URI=mongodb://admin:changeme@mongodb:27017/filaprint?authSource=admin
|
|
|
|
# JWT Secret for authentication (generate a random string)
|
|
JWT_SECRET=your-super-secret-jwt-key-change-this
|
|
|
|
# MongoDB Container Credentials
|
|
MONGO_USER=admin
|
|
MONGO_PASSWORD=changeme
|
|
|
|
# Application Origin (for CSRF protection)
|
|
ORIGIN=http://localhost:3000
|