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

16 lines
341 B
JSON
Raw Normal View History

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