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

17 lines
354 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"
},
2019-11-02 21:01:25 +00:00
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"MetricsAuthentication": {
"Username": "user",
"Password": "password"
2019-11-02 21:01:25 +00:00
}
}