mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Allow for external database configuration
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user