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.
29 lines
846 B
29 lines
846 B
{
|
|
"AuthServer": {
|
|
"Authority": "http://dev.ccwin-in.com:10580",
|
|
//"Authority": "http://localhost:10130",
|
|
"ClientId": "basic-web",
|
|
"ClientSecret": "1q2w3e*"
|
|
},
|
|
"App": {
|
|
"CorsOrigins": "http://localhost:9527,http://dev.ccwin-in.com:10588,http://localhost:44307"
|
|
},
|
|
"ConnectionStrings": {
|
|
//"Default": "Server=localhost;Database=BJABP;User ID=sa;Password=aA123456!;Trusted_Connection=False;TrustServerCertificate=True",
|
|
"Default": "Server=dev.ccwin-in.com,13319;Database=BJABP;User ID=ccwin-in;Password=Microsoft@2022;Trusted_Connection=False;TrustServerCertificate=True"
|
|
},
|
|
"ElasticSearch": {
|
|
"Url": "http://localhost:9200"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"RePassword": "111111"
|
|
|
|
}
|
|
|