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

13 lines
317 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "server=mariadb-dev.claunia.com;port=3306;database=discimagechef;uid=dic;password=dicpass"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DetailedErrors": true
}