InkForge/InkForge.Api/appsettings.Development.json

14 lines
285 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": "Sqlite",
"ConnectionStrings": {
"AuthDb": "Data Source=Identity.db",
"WorkspaceDbTemplate": "Data Source=Workspaces/{WorkspaceId}.db"
2024-02-02 18:46:24 +01:00
}
}