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:
commit
27d3dafab8
@ -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