This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed
ordering-backgroundtasks/templates Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
13
13
release : {{ .Release.Name }}
14
14
heritage : {{ .Release.Service }}
15
15
data :
16
- catalog__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.catalog.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
16
+ catalog__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.catalog.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};TrustServerCertificate={{ .Values.inf.sql.common.TrustServerCertificate }};
17
17
catalog__PicBaseUrl : {{ $protocol }}://{{ $webshoppingapigw }}/c/api/v1/catalog/items/[0]/pic/
18
18
catalog__AzureStorageEnabled : " {{ .Values.inf.misc.useAzureStorage }}"
19
19
all__EventBusConnection : {{ .Values.inf.eventbus.constr }}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ metadata:
20
20
release : {{ .Release.Name }}
21
21
heritage : {{ .Release.Service }}
22
22
data :
23
- identity__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.identity.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
23
+ identity__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.identity.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};TrustServerCertificate={{ .Values.inf.sql.common.TrustServerCertificate }};
24
24
identity__keystore : {{ .Values.inf.redis.keystore.constr }}
25
25
all__InstrumentationKey : " {{ .Values.inf.appinsights.key }}"
26
26
mvc_e : http://{{ $mvc_url }}
Original file line number Diff line number Diff line change 13
13
user : sa # SQL user
14
14
pwd : Pass@word # SQL pwd
15
15
pid : Developer
16
+ TrustServerCertificate : true
16
17
catalog : # inf.sql.catalog: settings for the catalog-api sql (user, pwd, db)
17
18
db : CatalogDb # Catalog API SQL db name
18
19
ordering : # inf.sql.ordering: settings for the ordering-api sql (user, pwd, db)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
release : {{ .Release.Name }}
12
12
heritage : {{ .Release.Service }}
13
13
data :
14
- ordering__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.ordering.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
14
+ ordering__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.ordering.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};TrustServerCertificate={{ .Values.inf.sql.common.TrustServerCertificate }};
15
15
urls__IdentityUrl : http://{{ .Values.app.svc.identity }}
16
16
all__EventBusConnection : {{ .Values.inf.eventbus.constr }}
17
17
all__InstrumentationKey : " {{ .Values.inf.appinsights.key }}"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ metadata:
12
12
release : {{ .Release.Name }}
13
13
heritage : {{ .Release.Service }}
14
14
data :
15
- ordering__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.ordering.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
15
+ ordering__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.ordering.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};TrustServerCertificate={{ .Values.inf.sql.common.TrustServerCertificate }};
16
16
ordering__EnableLoadTest : " {{ .Values.inf.misc.useLoadTest }}"
17
17
all__EventBusConnection : {{ .Values.inf.eventbus.constr }}
18
18
all__InstrumentationKey : " {{ .Values.inf.appinsights.key }}"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
13
13
release : {{ .Release.Name }}
14
14
heritage : {{ .Release.Service }}
15
15
data :
16
- webhooks__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.webhooks.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};
16
+ webhooks__ConnectionString : Server={{ $sqlsrv }};Initial Catalog={{ .Values.inf.sql.webhooks.db }};User Id={{ .Values.inf.sql.common.user }};Password={{ .Values.inf.sql.common.pwd }};TrustServerCertificate={{ .Values.inf.sql.common.TrustServerCertificate }};
17
17
urls__IdentityUrl : http://{{ $identity }}
18
18
urls__IdentityUrlExternal : {{ $protocol }}://{{ $identity }}
19
19
all__EventBusConnection : {{ .Values.inf.eventbus.constr }}
You can’t perform that action at this time.
0 commit comments