mirror of https://github.com/abpframework/abp
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.
38 lines
999 B
38 lines
999 B
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44305",
|
|
"ClientUrl": "http://localhost:4200",
|
|
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200",
|
|
"RedirectAllowedUrls": "http://localhost:4200"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "mongodb://localhost:27017/MyProjectName"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44305",
|
|
"RequireHttpsMetadata": "false",
|
|
"SwaggerClientId": "MyProjectName_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"MyProjectName_App": {
|
|
"ClientId": "MyProjectName_App",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "http://localhost:4200"
|
|
},
|
|
"MyProjectName_Swagger": {
|
|
"ClientId": "MyProjectName_Swagger",
|
|
"ClientSecret": "1q2w3e*",
|
|
"RootUrl": "https://localhost:44305"
|
|
}
|
|
}
|
|
}
|
|
}
|