Skip to content

Commit 5310508

Browse files
authored
Update platform-cm.yaml (#74)
1 parent 8c19c86 commit 5310508

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

platform-dev/resources/platform-cm.yaml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,18 @@ apiVersion: v1
33
metadata:
44
name: platform-cm
55
data:
6-
Notifications__DefaultSender: "[email protected]"
7-
Notifications__Gateway: "SendGrid"
8-
Notifications__SmsDefaultSender: "+17012510519"
9-
Notifications__Smtp__EnableSsl: "False"
10-
Notifications__Smtp__Host: "smtp.sendgrid.net"
11-
Notifications__Smtp__Login: "apikey"
12-
Notifications__Smtp__Port: "587"
13-
Notifications__SmsGateway: "Twilio"
146
ASPNETCORE_FORWARDEDHEADERS_ENABLED: "false"
157
AppInsights__EnableDependencyTrackingTelemetryModule: "false"
168
Swagger__UI__Enabled: "false"
179
PushNotifications__ForceWebSockets: "true"
1810
PushNotifications__ScalabilityMode: "RedisBackplane"
1911
PushNotifications__HubUrl: "https://$(VC_PLATFORM_SERVICE).$(VC_NAMESPACE).govirto.com/pushNotificationHub"
2012
PushNotifications__RedisBackplane__ChannelName: "$(VC_PLATFORM_SERVICE)-$(VC_NAMESPACE)-chanel"
21-
#Search__ElasticSearch__Server: http://search-dev-es-http.elastic-system:9200
13+
Search__ElasticSearch__Server: http://search-dev-es-http.elastic-system:9200
2214
AzureAd__Enabled: "true"
2315
AzureAd__ApplicationId: "8227d950-975c-4c28-b7d4-ea440a59dcbb"
2416
AzureAd__TenantId: "bc03e660-5e3a-45c4-bf5c-b75489f78923"
25-
#Search__Scope: "$(VC_PLATFORM_SERVICE)$(VC_NAMESPACE)-new-index"
17+
Search__Scope: "$(VC_PLATFORM_SERVICE)$(VC_NAMESPACE)-new-index"
2618
Content__FileSystem__PublicUrl: https://$(VC_PLATFORM_SERVICE).$(VC_NAMESPACE).govirto.com/cms-content/
2719
Assets__FileSystem__PublicUrl: https://$(VC_PLATFORM_SERVICE).$(VC_NAMESPACE).govirto.com/cms-content/assets/
2820
VirtoCommerce__LicenseFilePath: app_data/VirtoCommerce.lic
@@ -31,10 +23,7 @@ data:
3123
VirtoCommerce__LocalUploadFolderPath: app_data/uploads
3224
VirtoCommerce__Hangfire__JobStorageType: SqlServer
3325
Logging__LogLevel__Default: "Information"
34-
Search__OrderFullTextSearchEnabled: "true"
35-
Search__Provider: AzureSearch
36-
Search__Scope: "regression"
37-
Search__AzureSearch__SearchServiceName: qa-demovc-3-search
38-
Search__AzureSearch__Key: 6BE1143312E89C26C227E6BBAE24DD47
39-
# Search__Provider: Lucene
40-
# Search__Scope: "regression"
26+
Payments__AuthorizeNet__ApiLogin: "8hPT4p99R"
27+
Payments__AuthorizeNet__SHA2Hash: "FA6D2B37A7E9105942D2D184F1B2DBD8D9CA85611DE55B2267A6F7E0D7E49ACD9A6BC238CE068E75CA14ACFAD734F700FD94DCAB20353DD4D32D9BABE72DBBE4"
28+
Payments__AuthorizeNet__TxnKey: "63c54EWq5d2XnGAR"
29+
ASPNETCORE_ENVIRONMENT: "Production"

0 commit comments

Comments
 (0)