InkForge/InkForge.Api/appsettings.json

14 lines
239 B
JSON
Raw Permalink Normal View History

2024-02-02 18:46:24 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-02-07 22:16:59 +01:00
"DbProvider": "",
"ConnectionStrings": {
"AuthDb": "",
"WorkspaceDbTemplate": ""
},
2024-02-02 18:46:24 +01:00
"AllowedHosts": "*"
2024-02-07 22:16:59 +01:00
}