@@ -3,26 +3,18 @@ apiVersion: v1
3
3
metadata :
4
4
name : platform-cm
5
5
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"
14
6
ASPNETCORE_FORWARDEDHEADERS_ENABLED : " false"
15
7
AppInsights__EnableDependencyTrackingTelemetryModule : " false"
16
8
Swagger__UI__Enabled : " false"
17
9
PushNotifications__ForceWebSockets : " true"
18
10
PushNotifications__ScalabilityMode : " RedisBackplane"
19
11
PushNotifications__HubUrl : " https://$(VC_PLATFORM_SERVICE).$(VC_NAMESPACE).govirto.com/pushNotificationHub"
20
12
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
22
14
AzureAd__Enabled : " true"
23
15
AzureAd__ApplicationId : " 8227d950-975c-4c28-b7d4-ea440a59dcbb"
24
16
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"
26
18
Content__FileSystem__PublicUrl : https://$(VC_PLATFORM_SERVICE).$(VC_NAMESPACE).govirto.com/cms-content/
27
19
Assets__FileSystem__PublicUrl : https://$(VC_PLATFORM_SERVICE).$(VC_NAMESPACE).govirto.com/cms-content/assets/
28
20
VirtoCommerce__LicenseFilePath : app_data/VirtoCommerce.lic
31
23
VirtoCommerce__LocalUploadFolderPath : app_data/uploads
32
24
VirtoCommerce__Hangfire__JobStorageType : SqlServer
33
25
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