fix config-template comment for db type

This commit is contained in:
2026-06-06 01:22:18 +02:00
parent 779312cd9f
commit a91aa3c617
+1 -1
View File
@@ -3,7 +3,7 @@ debug = true
debug_sql = false
[database]
# One of (sqlite, postgres)
# One of (sqlite, postgresql)
type = 'sqlite'
[database.sqlite]