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.
33 lines
943 B
33 lines
943 B
{
|
|
"App": {
|
|
"SelfUrl": "https://localhost:44300",
|
|
"ClientUrl": "http://localhost:4200",
|
|
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200",
|
|
"RedirectAllowedUrls": "http://localhost:4200"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=MyProjectName;Trusted_Connection=True;TrustServerCertificate=True"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44300",
|
|
"RequireHttpsMetadata": false,
|
|
"SwaggerClientId": "MyProjectName_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"
|
|
},
|
|
"OpenIddict": {
|
|
"Applications": {
|
|
"MyProjectName_App": {
|
|
"ClientId": "MyProjectName_App",
|
|
"RootUrl": "http://localhost:4200"
|
|
},
|
|
"MyProjectName_Swagger": {
|
|
"ClientId": "MyProjectName_Swagger",
|
|
"RootUrl": "https://localhost:44300"
|
|
}
|
|
}
|
|
}
|
|
}
|