Everything is now containerised and in the docker compose
This commit is contained in:
7
env.example
Normal file
7
env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# MongoDB Configuration for Docker Compose (no authentication)
|
||||
MONGODB_HOST=mongodb
|
||||
MONGODB_PORT=27017
|
||||
MONGODB_DATABASE=recipe-management
|
||||
|
||||
# JWT Secret for Backend
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
||||
Reference in New Issue
Block a user