Respect file scheme URIs for SQLite. (#387)

هذا الالتزام موجود في:
Santhosh Raju
2024-11-25 22:07:13 +01:00
ملتزم من قبل GitHub
الأصل 6a8e827d61
التزام 58c5ac11c7
3 ملفات معدلة مع 29 إضافات و16 حذوفات

عرض الملف

@@ -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