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

13 lines
285 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DbProvider": "Sqlite",
"ConnectionStrings": {
"AuthDb": "Data Source=Identity.db",
"WorkspaceDbTemplate": "Data Source=Workspaces/{WorkspaceId}.db"
}
}