Emberend/appsettings.json
2026-01-20 18:55:57 +01:00

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": "*"
}