Files
Aaru.Server/Aaru.Server.Task/appsettings.json

17 lines
384 B
JSON
Raw Normal View History

2020-01-03 00:47:33 +00:00
{
2023-10-04 00:18:24 +01:00
"ConnectionStrings": {
2023-10-04 00:09:19 +01:00
"DefaultConnection": "server=zeus.claunia.com;port=3306;database=discimagechef;uid=dic;password=dicpass"
2020-01-03 00:47:33 +00:00
},
2023-10-04 00:18:24 +01:00
"Logging": {
2020-01-03 00:47:33 +00:00
"LogLevel": {
2023-10-04 00:18:24 +01:00
"Default": "Debug",
"System": "Information",
2020-01-03 00:47:33 +00:00
"Microsoft": "Information"
}
},
"MetricsAuthentication": {
"Username": "user",
"Password": "password"
}
}