fix: add MongoDB configuration for devops service
This commit is contained in:
parent
1aace1577d
commit
cca644f6a3
@ -44,9 +44,9 @@ devops:
|
||||
jwtAlgorithm: HS256
|
||||
accessTokenExpireMinutes: '3600'
|
||||
refreshTokenExpireDays: '1'
|
||||
mongodbName: ''
|
||||
mongodbName: freeleaps2
|
||||
mongodbPort: '27017'
|
||||
mongodbUri: ''
|
||||
mongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
||||
metricsEnabled: 'false'
|
||||
probesEnabled: 'true'
|
||||
baseGiteaUrl: https://gitea.freeleaps.mathmast.com
|
||||
|
||||
Loading…
Reference in New Issue
Block a user