diff --git a/services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.Docker.json b/services/cmskit/src/EShopOnAbp.CmskitService.HttpApi.Host/appsettings.Docker.json new file mode 100644 index 00000000..0439b4cf --- /dev/null +++ b/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" + } + } +} \ No newline at end of file