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

13 lines
264 B
JSON
Raw Normal View History

2024-05-02 07:43:47 +01:00
{
"ConnectionStrings": {
"DefaultConnection": "DataSource=Data\\app.db;Cache=Shared"
},
2024-05-03 03:24:40 +01:00
"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"
}
},
2024-05-03 03:24:40 +01:00
"AllowedHosts": "*"
2024-05-02 07:43:47 +01:00
}