Merge pull request 'fix(notification): change name from JWT_SECRET_KEY to SECRET_KEY' (#47) from tania_local into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/47
This commit is contained in:
commit
9c7658f08b
@ -17,8 +17,7 @@ data:
|
|||||||
SYSTEM_USER_ID: {{ .Values.notification.configs.systemUserId | b64enc | quote }}
|
SYSTEM_USER_ID: {{ .Values.notification.configs.systemUserId | b64enc | quote }}
|
||||||
SMS_FROM: {{ .Values.notification.configs.smsFrom | b64enc | quote }}
|
SMS_FROM: {{ .Values.notification.configs.smsFrom | b64enc | quote }}
|
||||||
EMAIL_FROM: {{ .Values.notification.configs.emailFrom | b64enc | quote }}
|
EMAIL_FROM: {{ .Values.notification.configs.emailFrom | b64enc | quote }}
|
||||||
JWT_SECRET_KEY: {{ .Values.notification.configs.jwtSecretKey | b64enc | quote }}
|
SECRET_KEY: {{ .Values.notification.configs.secretKey | b64enc | quote }}
|
||||||
JWT_ALGORITHM: {{ .Values.notification.configs.jwtAlgorithm | b64enc | quote }}
|
|
||||||
MONGODB_NAME: {{ .Values.notification.configs.mongodbName | b64enc | quote }}
|
MONGODB_NAME: {{ .Values.notification.configs.mongodbName | b64enc | quote }}
|
||||||
MONGODB_PORT: {{ .Values.notification.configs.mongodbPort | toString | b64enc }}
|
MONGODB_PORT: {{ .Values.notification.configs.mongodbPort | toString | b64enc }}
|
||||||
MONGODB_URI: {{ .Values.notification.configs.mongodbUri | b64enc | quote }}
|
MONGODB_URI: {{ .Values.notification.configs.mongodbUri | b64enc | quote }}
|
||||||
|
|||||||
@ -78,8 +78,6 @@ notification:
|
|||||||
configs:
|
configs:
|
||||||
tz: UTC
|
tz: UTC
|
||||||
appName: notification
|
appName: notification
|
||||||
jwtSecretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
|
||||||
jwtAlgorithm: HS256
|
|
||||||
serviceApiAccessHost: 0.0.0.0
|
serviceApiAccessHost: 0.0.0.0
|
||||||
serviceApiAccessPort: 8003
|
serviceApiAccessPort: 8003
|
||||||
mongodbName: freeleaps2
|
mongodbName: freeleaps2
|
||||||
@ -93,6 +91,7 @@ notification:
|
|||||||
systemUserId: 117f191e810c19729de860aa
|
systemUserId: 117f191e810c19729de860aa
|
||||||
smsFrom: '+16898887156'
|
smsFrom: '+16898887156'
|
||||||
emailFrom: freeleaps@freeleaps.com
|
emailFrom: freeleaps@freeleaps.com
|
||||||
|
secretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b
|
||||||
sendgridApiKey: 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
|
sendgridApiKey: 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
|
||||||
twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8
|
twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8
|
||||||
twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e
|
twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e
|
||||||
|
|||||||
@ -77,8 +77,7 @@ notification:
|
|||||||
systemUserId: 117f191e810c19729de860aa
|
systemUserId: 117f191e810c19729de860aa
|
||||||
smsFrom: '+16898887156'
|
smsFrom: '+16898887156'
|
||||||
emailFrom: freeleaps@freeleaps.com
|
emailFrom: freeleaps@freeleaps.com
|
||||||
jwtSecretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0
|
secretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0
|
||||||
jwtAlgorithm: HS256
|
|
||||||
sendgridApiKey: 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
|
sendgridApiKey: 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
|
||||||
twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8
|
twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8
|
||||||
twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e
|
twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e
|
||||||
|
|||||||
@ -55,10 +55,6 @@ notification:
|
|||||||
serviceApiAccessHost: "0.0.0.0"
|
serviceApiAccessHost: "0.0.0.0"
|
||||||
# SERVICE_API_ACCESS_PORT
|
# SERVICE_API_ACCESS_PORT
|
||||||
serviceApiAccessPort: "8003"
|
serviceApiAccessPort: "8003"
|
||||||
# JWT_SECRET_KEY
|
|
||||||
jwtSecretKey: ""
|
|
||||||
# JWT_ALGORITHM
|
|
||||||
jwtAlgorithm: "HS256"
|
|
||||||
# MONGODB_NAME
|
# MONGODB_NAME
|
||||||
mongodbName: ""
|
mongodbName: ""
|
||||||
# MONGODB_PORT
|
# MONGODB_PORT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user