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

13 lines
348 B
JSON

{
"ConnectionStrings": {
"Default": "Server=128.140.69.127;Database=emberend;User=emberend;Password=1JEA@9MtK)_)DmyA;Pooling=true;MinimumPoolSize=10;MaximumPoolSize=200;AllowLoadLocalInfile=true;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}