fix: rename MongoDB configuration keys in values.yaml to appMongodb for clarity
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
2332e9c650
commit
f16e74a1f3
@ -49,9 +49,9 @@ devops:
|
|||||||
refreshTokenExpireDays: "1"
|
refreshTokenExpireDays: "1"
|
||||||
|
|
||||||
# MongoDB configuration
|
# MongoDB configuration
|
||||||
mongodbName: ""
|
appMongodbName: ""
|
||||||
mongodbPort: "27017"
|
appMongodbPort: "27017"
|
||||||
mongodbUri: ""
|
appMongodbUri: ""
|
||||||
|
|
||||||
# Feature switches
|
# Feature switches
|
||||||
metricsEnabled: "false"
|
metricsEnabled: "false"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user