1 changed files with 44 additions and 0 deletions
@ -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…
Reference in new issue