InkForge/InkForge.Api/appsettings.json
2024-02-07 22:16:59 +01:00

14 lines
No EOL
239 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DbProvider": "",
"ConnectionStrings": {
"AuthDb": "",
"WorkspaceDbTemplate": ""
},
"AllowedHosts": "*"
}