|
|
@ -24,7 +24,7 @@ metadata: |
|
|
|
data: |
|
|
|
identity__ConnectionString: Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.identity.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }}; |
|
|
|
identity__keystore: {{ .Values.inf.redis.keystore.constr }} |
|
|
|
all__InstrumentationKey: {{ .Values.inf.appinsights.key }} |
|
|
|
all__InstrumentationKey: "{{ .Values.inf.appinsights.key }}" |
|
|
|
mvc_e: http://{{ $mvc_url }} |
|
|
|
spa_e: http://{{ $spa_url }} |
|
|
|
locations_e: http://{{ $locations_url }} |
|
|
|