fix(chat): remove redundant mongodbHost configuration from values files
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
f97766589f
commit
d09d4caae4
@ -52,7 +52,6 @@ chat:
|
|||||||
serviceApiAccessPort: 8012
|
serviceApiAccessPort: 8012
|
||||||
mongodbName: freeleaps2
|
mongodbName: freeleaps2
|
||||||
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
||||||
mongodbHost: freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster
|
|
||||||
mongodbPort: 27017
|
mongodbPort: 27017
|
||||||
emailFrom: freeleaps@freeleaps.com
|
emailFrom: freeleaps@freeleaps.com
|
||||||
siteUrlRoot: https://alpha.freeleaps.mathmast.com
|
siteUrlRoot: https://alpha.freeleaps.mathmast.com
|
||||||
|
|||||||
@ -43,8 +43,6 @@ chat:
|
|||||||
mongodbName: ""
|
mongodbName: ""
|
||||||
# MONGODB_URI
|
# MONGODB_URI
|
||||||
mongodbUri: ""
|
mongodbUri: ""
|
||||||
# MONGODB_HOST
|
|
||||||
mongodbHost: ""
|
|
||||||
# MONGODB_PORT
|
# MONGODB_PORT
|
||||||
mongodbPort: ''
|
mongodbPort: ''
|
||||||
# EMAIL_FROM
|
# EMAIL_FROM
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user