Respect file scheme URIs for SQLite. (#387)

This commit is contained in:
Santhosh Raju
2024-11-25 22:07:13 +01:00
committed by GitHub
parent 6a8e827d61
commit 58c5ac11c7
3 changed files with 29 additions and 16 deletions

View File

@ -17,8 +17,8 @@ opengist-home:
# Secret key used for session store & encrypt MFA data on database. Default: <randomized 32 bytes>
secret-key:
# URI of the database. Default: opengist.db (SQLite)
# SQLite: file name
# URI of the database. Default: opengist.db (SQLite) is placed in opengist-home
# SQLite: file:/path/to/database
# PostgreSQL: postgres://user:password@host:port/database
# MySQL/MariaDB: mysql://user:password@host:port/database
db-uri: opengist.db