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": {
"BACKUP_PATH": "str",
"CONFIG_LOCATION": "str",
"DB_TYPE": "list(sqlite|mariadb_addon)",
"DB_TYPE": "list(sqlite|mariadb_addon|external)",
"IMPORT_PATH": "str",
"ORIGINALS_PATH": "str",
"STORAGE_PATH": "str",
@@ -100,4 +100,4 @@
"slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20220121-2"
}
}