Spaces:
Sleeping
Sleeping
File size: 324 Bytes
b53629f | 1 2 3 4 5 6 7 8 9 10 11 12 | # JWT Configuration
# IMPORTANT: Generate a secure secret key for production
# You can generate one using: openssl rand -hex 32
JWT_SECRET_KEY=your-secret-key-change-in-production
# MongoDB Configuration
# Connection string for MongoDB database
MONGODB_URI=mongodb://localhost:27017
# MongoDB database name
MONGODB_DB=afs
|