|
|
|
@ -19,7 +19,6 @@ |
|
|
|
"AllowedHosts": "*", |
|
|
|
"ConnectionStrings": { |
|
|
|
"CmskitService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Cmskit;Pooling=false", |
|
|
|
"CmsKit": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Cmskit;Pooling=false", |
|
|
|
"AdministrationService": "User ID=postgres;Password=myPassw0rd;Host=localhost;Port=5432;Database=EShopOnAbp_Administration;Pooling=false;" |
|
|
|
}, |
|
|
|
"StringEncryption": { |
|
|
|
@ -41,5 +40,19 @@ |
|
|
|
}, |
|
|
|
"ElasticSearch": { |
|
|
|
"Url": "http://localhost:9200" |
|
|
|
}, |
|
|
|
"RemoteServices": { |
|
|
|
"AbpIdentity": { |
|
|
|
"BaseUrl": "https://localhost:44351" |
|
|
|
} |
|
|
|
}, |
|
|
|
"IdentityClients": { |
|
|
|
"Default": { |
|
|
|
"GrantType": "client_credentials", |
|
|
|
"ClientId": "EShopOnAbp_CmskitService", |
|
|
|
"ClientSecret": "1q2w3e*", |
|
|
|
"Authority": "https://localhost:44330", |
|
|
|
"Scope": "IdentityService" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|