mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 15:45:56 +02:00
Update config.json
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
"WEBTREES_HOME": "/data/webtrees",
|
"WEBTREES_HOME": "/data/webtrees",
|
||||||
"DB_PREFIX": "wt_",
|
"DB_PREFIX": "wt_",
|
||||||
"PRETTY_URLS": "1",
|
"PRETTY_URLS": "1",
|
||||||
|
"LANG": "en-US",
|
||||||
"DB_HOST": "http://127.0.0.1",
|
"DB_HOST": "http://127.0.0.1",
|
||||||
"DB_PORT": "80",
|
"DB_PORT": "80",
|
||||||
"DB_USER": "databaseuser",
|
"DB_USER": "databaseuser",
|
||||||
@@ -23,7 +24,6 @@
|
|||||||
"ssl_not_working": false,
|
"ssl_not_working": false,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"LANG": "en-US",
|
|
||||||
"BASE_URL": "http://192.168.178.69",
|
"BASE_URL": "http://192.168.178.69",
|
||||||
"DB_TYPE": "sqlite"
|
"DB_TYPE": "sqlite"
|
||||||
},
|
},
|
||||||
@@ -39,10 +39,8 @@
|
|||||||
"ssl_not_working": "bool",
|
"ssl_not_working": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"LANG": "str",
|
|
||||||
"BASE_URL": "url",
|
"BASE_URL": "url",
|
||||||
"DB_TYPE": "list(sqlite|external)",
|
"DB_TYPE": "list(sqlite|external)"
|
||||||
"database_in_share": "bool?"
|
|
||||||
},
|
},
|
||||||
"slug": "webtrees",
|
"slug": "webtrees",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
|
|||||||
Reference in New Issue
Block a user