Merge pull request 'fix: add MongoDB configuration for devops service' (#13) from Nicolas_local_ops into master

Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/13
This commit is contained in:
Nicolas 2025-07-28 04:59:04 +00:00
commit 27d3dafab8

View File

@ -44,9 +44,9 @@ devops:
jwtAlgorithm: HS256 jwtAlgorithm: HS256
accessTokenExpireMinutes: '3600' accessTokenExpireMinutes: '3600'
refreshTokenExpireDays: '1' refreshTokenExpireDays: '1'
mongodbName: '' mongodbName: freeleaps2
mongodbPort: '27017' mongodbPort: '27017'
mongodbUri: '' mongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
metricsEnabled: 'false' metricsEnabled: 'false'
probesEnabled: 'true' probesEnabled: 'true'
baseGiteaUrl: https://gitea.freeleaps.mathmast.com baseGiteaUrl: https://gitea.freeleaps.mathmast.com