fix: add MongoDB configuration for devops service

This commit is contained in:
Nicolas 2025-07-28 12:57:37 +08:00
parent 1aace1577d
commit cca644f6a3

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