Files
Aaru.Server/Aaru.Server.New/appsettings.Development.json

12 lines
288 B
JSON
Raw Normal View History

2024-05-02 07:43:47 +01:00
{
"ConnectionStrings": {
"DefaultConnection": "server=mariadb-dev.claunia.com;port=3306;database=discimagechef;uid=dic;password=dicpass"
},
"Logging": {
2024-05-02 07:43:47 +01:00
"LogLevel": {
2024-05-03 03:24:40 +01:00
"Default": "Information",
2024-05-02 07:43:47 +01:00
"Microsoft.AspNetCore": "Warning"
}
}
}