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
676 B
21 lines
676 B
3 years ago
|
{
|
||
|
"App": {
|
||
|
"CorsOrigins": "https://*.WebApi.com,http://localhost:4200,http://localhost:44307,https://localhost:44307"
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
"Default": "Server=119.3.213.202,13315;Database=WebApi_Module;User ID=sa;Password=ChangkeTec@2020;connection timeout=600",
|
||
|
"WebApi": "Server=119.3.213.202,13315;Database=WebApi_Module;User ID=sa;Password=ChangkeTec@2020;connection timeout=600"
|
||
|
},
|
||
|
"Redis": {
|
||
|
"Configuration": "127.0.0.1"
|
||
|
},
|
||
|
"AuthServer": {
|
||
|
"Authority": "https://localhost:9000/",
|
||
|
"RequireHttpsMetadata": "false",
|
||
|
"SwaggerClientId": "WebApi_Swagger",
|
||
|
"SwaggerClientSecret": "1q2w3e*"
|
||
|
},
|
||
|
"IsMultiTenancy": true
|
||
|
|
||
|
}
|