mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 23:30:56 +02:00
Update config.json
This commit is contained in:
@@ -3,7 +3,21 @@
|
|||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "web's leading on-line collaborative genealogy application",
|
"description": "web's leading on-line collaborative genealogy application",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PORT": "80"
|
"PORT": "80",
|
||||||
|
"PRETTY_URLS": "0",
|
||||||
|
"LANG": "en-US",
|
||||||
|
"BASE_URL": "http://192.168.178.69:9999",
|
||||||
|
"DB_TYPE": "sqlite",
|
||||||
|
"DB_HOST": "http://127.0.0.1",
|
||||||
|
"DB_PORT": "80",
|
||||||
|
"DB_USER": "test",
|
||||||
|
"DB_PASS": "test",
|
||||||
|
"DB_NAME": "webtrees.sqlite",
|
||||||
|
"DB_PREFIX": "wt_",
|
||||||
|
"WT_USER": "username",
|
||||||
|
"WT_NAME": "Full Name",
|
||||||
|
"WT_PASS": "mybadpassword",
|
||||||
|
"WT_EMAIL": "me@example.com"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw",
|
"share:rw",
|
||||||
|
|||||||
Reference in New Issue
Block a user