fix: correct MongoDB URI in values.alpha.yaml to remove port specification
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
f16e74a1f3
commit
08dea57ed0
@ -46,7 +46,7 @@ devops:
|
||||
refreshTokenExpireDays: '1'
|
||||
appMongodbName: freeleaps2
|
||||
appMongodbPort: '27017'
|
||||
appMongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net:27017/
|
||||
appMongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
||||
metricsEnabled: 'false'
|
||||
probesEnabled: 'true'
|
||||
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com
|
||||
|
||||
Loading…
Reference in New Issue
Block a user