mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "DataSource=Data\\app.db;Cache=Shared"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DocumentationFolders": {
|
|
"Stable": "Aaru.Documentation"
|
|
}
|
|
}
|