MongoDB configuration by file property, and added timeout connection MongoDB

This commit is contained in:
Mario
2022-05-17 23:31:20 +02:00
parent 296cf26861
commit 50705243f4
4 changed files with 34 additions and 17 deletions

View File

@ -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"