Update config.json

This commit is contained in:
Alexandre
2021-10-17 22:23:47 +02:00
committed by GitHub
parent 7fbbca51d3
commit 1da1e8f4b7

View File

@@ -3,6 +3,13 @@
"boot": "auto",
"description": "web's leading on-line collaborative genealogy application",
"environment": {
"PRETTY_URLS": "1",
"HTTPS": "0",
"HTTPS_REDIRECT": "0",
"LANG": "en-US",
"DB_PORT": "",
"DB_USER": "webtrees",
"DB_PASS": "badpassword",
"DB_TYPE": "sqlite",
"DB_NAME": "database",
"DB_PREFIX": "wt_",
@@ -10,7 +17,7 @@
"WT_NAME": "admin",
"WT_PASS": "pleasechange",
"WT_EMAIL": "please@change.com",
"DB_PASS": "",
"DB_PASS": "change",
"BASE_URL": "http://192.168.178.23:9999",
"DB_HOST": ""
},