You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
{ |
|
"App": { |
|
"SelfUrl": "https://localhost:44357", |
|
"ClientUrl": "http://localhost:4200", |
|
"CorsOrigins": "https://*.BookStore.com,http://localhost:4200", |
|
"RedirectAllowedUrls": "http://localhost:4200" |
|
}, |
|
"ConnectionStrings": { |
|
"Default": "Host=localhost;Port=5432;Database=BookStore;User ID=postgres;Password=123456;" |
|
}, |
|
"Settings": { |
|
"Abp.Localization.DefaultLanguage": "zh-Hans" |
|
}, |
|
"Redis": { |
|
"Configuration": "127.0.0.1" |
|
}, |
|
"AuthServer": { |
|
"Authority": "https://localhost:44357", |
|
"RequireHttpsMetadata": "false", |
|
"SwaggerClientId": "BookStore_Swagger", |
|
"SwaggerClientSecret": "1q2w3e*" |
|
}, |
|
"StringEncryption": { |
|
"DefaultPassPhrase": "Q4ki8okY7ZyMNWDw" |
|
}, |
|
"IdentityServer": { |
|
"Clients": { |
|
"BookStore_App": { |
|
"ClientId": "BookStore_App", |
|
"ClientSecret": "1q2w3e*", |
|
"RootUrl": "http://localhost:4200" |
|
}, |
|
"BookStore_Swagger": { |
|
"ClientId": "BookStore_Swagger", |
|
"ClientSecret": "1q2w3e*", |
|
"RootUrl": "https://localhost:44357" |
|
} |
|
} |
|
} |
|
}
|
|
|