fix(authentication): remove SERVICE_API_ACCESS_HOST and SERVICE_API_ACCESS_PORT from configuration files
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
8deac4dbdb
commit
23dd7b0726
@ -11,8 +11,6 @@ data:
|
|||||||
NOTIFICATION_WEBAPI_URL_BASE: {{ .Values.authentication.configs.notificationWebapiUrlBase | b64enc | quote }}
|
NOTIFICATION_WEBAPI_URL_BASE: {{ .Values.authentication.configs.notificationWebapiUrlBase | b64enc | quote }}
|
||||||
JWT_SECRET_KEY: {{ .Values.authentication.configs.jwtSecretKey | b64enc | quote }}
|
JWT_SECRET_KEY: {{ .Values.authentication.configs.jwtSecretKey | b64enc | quote }}
|
||||||
JWT_ALGORITHM: {{ .Values.authentication.configs.jwtAlgorithm | b64enc | quote }}
|
JWT_ALGORITHM: {{ .Values.authentication.configs.jwtAlgorithm | b64enc | quote }}
|
||||||
SERVICE_API_ACCESS_HOST: {{ .Values.authentication.configs.serviceApiAccessHost | b64enc | quote }}
|
|
||||||
SERVICE_API_ACCESS_PORT: {{ .Values.authentication.configs.serviceApiAccessPort | b64enc }}
|
|
||||||
MONGODB_NAME: {{ .Values.authentication.configs.mongodbName | b64enc | quote }}
|
MONGODB_NAME: {{ .Values.authentication.configs.mongodbName | b64enc | quote }}
|
||||||
MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | b64enc }}
|
MONGODB_PORT: {{ .Values.authentication.configs.mongodbPort | b64enc }}
|
||||||
MONGODB_URI: {{ .Values.authentication.configs.mongodbUri | b64enc | quote }}
|
MONGODB_URI: {{ .Values.authentication.configs.mongodbUri | b64enc | quote }}
|
||||||
|
|||||||
@ -43,10 +43,6 @@ authentication:
|
|||||||
jwtSecretKey: ""
|
jwtSecretKey: ""
|
||||||
# JWT_ALGORITHM
|
# JWT_ALGORITHM
|
||||||
jwtAlgorithm: "HS256"
|
jwtAlgorithm: "HS256"
|
||||||
# SERVICE_API_ACCESS_HOST
|
|
||||||
serviceApiAccessHost: "0.0.0.0"
|
|
||||||
# SERVICE_API_ACCESS_PORT
|
|
||||||
serviceApiAccessPort: "8004"
|
|
||||||
# MONGODB_NAME
|
# MONGODB_NAME
|
||||||
mongodbName: ""
|
mongodbName: ""
|
||||||
# MONGODB_PORT
|
# MONGODB_PORT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user