fix: rename MongoDB configuration keys in values.yaml to appMongodb for clarity

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-03 03:18:09 +08:00
parent 2332e9c650
commit f16e74a1f3

View File

@ -49,9 +49,9 @@ devops:
refreshTokenExpireDays: "1"
# MongoDB configuration
mongodbName: ""
mongodbPort: "27017"
mongodbUri: ""
appMongodbName: ""
appMongodbPort: "27017"
appMongodbUri: ""
# Feature switches
metricsEnabled: "false"