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.
21 lines
628 B
21 lines
628 B
3 years ago
|
{
|
||
|
"App": {
|
||
|
"CorsOrigins": "https://*.Management.com,http://localhost:4200,http://localhost:44307,https://localhost:44307"
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
"Default": "Server=localhost;Database=Management_Main;User ID=sa;Password=Microsoft@2021;",
|
||
|
"Management": "Server=localhost;Database=Management_Module;User ID=sa;Password=Microsoft@2021;"
|
||
|
},
|
||
|
"Redis": {
|
||
|
"Configuration": "127.0.0.1"
|
||
|
},
|
||
|
"AuthServer": {
|
||
|
"Authority": "https://localhost:9000/",
|
||
|
"RequireHttpsMetadata": "false",
|
||
|
"SwaggerClientId": "Management_Swagger",
|
||
|
"SwaggerClientSecret": "1q2w3e*"
|
||
|
},
|
||
|
"IsMultiTenancy": true
|
||
|
|
||
|
}
|