Browse Source

Create appsettings.Docker.json

pull/131/head
malik masis 4 years ago
parent
commit
e37d3b3f87
  1. 44
      services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.Docker.json

44
services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.Docker.json

@ -0,0 +1,44 @@
{
"App": {
"SelfUrl": "https://cmskit-service",
"CorsOrigins": "https://gateway-web,gateway-web-public"
},
"AuthServer": {
"Authority": "http://app-authserver",
"RequireHttpsMetadata": "false",
"SwaggerClientId": "WebGateway_Swagger",
"SwaggerClientSecret": "1q2w3e*"
},
"ConnectionStrings": {
"CmskitService": "User ID=postgres;Password=myPassw0rd;Host=postgres-db;Port=5432;Database=EShopOnAbp_Cmskit;Pooling=false",
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=postgres-db;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;"
},
"Redis": {
"Configuration": "redis"
},
"RabbitMQ": {
"Connections": {
"Default": {
"HostName": "rabbitmq"
}
},
"EventBus": {
"ClientName": "EShopOnAbp_CmskitService",
"ExchangeName": "EShopOnAbp"
}
},
"RemoteServices": {
"AbpIdentity": {
"BaseUrl": "http://identity-service"
}
},
"IdentityClients": {
"Default": {
"GrantType": "client_credentials",
"ClientId": "EShopOnAbp_CmskitService",
"ClientSecret": "1q2w3e*",
"Authority": "http://app-authserver",
"Scope": "IdentityService"
}
}
}
Loading…
Cancel
Save