SpaceNinjaServer/.env.example

16 lines
296 B
Plaintext
Raw Normal View History

2024-01-06 16:26:58 +01:00
MONGODB_URL='mongodb://127.0.0.1:27017/openWF'
2023-05-19 15:22:48 -03:00
2024-01-06 16:26:58 +01:00
#DOCKER ONLY
DATABASE_PORT=27017
2023-05-19 15:22:48 -03:00
DATABASE_USERNAME=root
2024-01-06 16:26:58 +01:00
DATABASE_PASSWORD=database
#DOCKER ONLY END
# save logs to file
LOG_FILES=true
#possible log levels: { fatal: 0, error: 1, warn: 2, info: 3, http: 4, debug: 5, trace: 6 }
LOG_LEVEL=trace
2023-05-19 15:22:48 -03:00