From 1da1e8f4b793890d999f59869bf0c76ffaa007bc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:23:47 +0200 Subject: [PATCH] Update config.json --- webtrees/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webtrees/config.json b/webtrees/config.json index 575908472..96922ff51 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -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": "" },