13 lines
340 B
JSON
13 lines
340 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Default": "Server=192.168.10.201;Database=test;User=test;Password=PJz395WDm_RXPvd];Pooling=true;MinimumPoolSize=10;MaximumPoolSize=200;AllowLoadLocalInfile=true;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|