Allow for external database configuration

This commit is contained in:
wesleygas
2022-11-30 20:47:08 -03:00
committed by GitHub
parent ce8be26e9a
commit 32f33a04a2

View File

@@ -81,7 +81,7 @@
"schema": { "schema": {
"BACKUP_PATH": "str", "BACKUP_PATH": "str",
"CONFIG_LOCATION": "str", "CONFIG_LOCATION": "str",
"DB_TYPE": "list(sqlite|mariadb_addon)", "DB_TYPE": "list(sqlite|mariadb_addon|external)",
"IMPORT_PATH": "str", "IMPORT_PATH": "str",
"ORIGINALS_PATH": "str", "ORIGINALS_PATH": "str",
"STORAGE_PATH": "str", "STORAGE_PATH": "str",