afs-backend / .env.example
arnavam's picture
added readme
b53629f
# 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