mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
MongoDB configuration by file property, and added timeout connection MongoDB
This commit is contained in:
@ -3,4 +3,7 @@ core:
|
||||
debug: false
|
||||
debugReportCaller: false
|
||||
logDisableTimestamp: true
|
||||
logsPath: ./logs
|
||||
logsPath: ./logs
|
||||
tracing:
|
||||
mongoEnabled: true
|
||||
mongoURI: "mongodb://root:example@mongo:27017/?maxPoolSize=20&w=majority"
|
Reference in New Issue
Block a user