Files
Aaru.Server/DiscImageChef.Server/appsettings.json

14 lines
314 B
JSON
Raw Normal View History

2019-11-02 21:01:25 +00:00
{
"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=3306;database=discimagechef;uid=dic;password=dicpass"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}