From cf288b05a74ed482287a8c9e0a67b4d5c7dd5714 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Oct 2021 17:51:03 +0200 Subject: [PATCH] Update config.json --- webtrees/config.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/webtrees/config.json b/webtrees/config.json index 775251ea3..5ee99b146 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -3,7 +3,17 @@ "boot": "auto", "description": "web's leading on-line collaborative genealogy application", "environment": { - "PORT": "80" + "PORT": "80", + "PRETTY_URLS": "0", + "LANG": "en-US", + "BASE_URL": "http://192.168.178.69", + "DB_TYPE": "sqlite", + "DB_NAME": "webtrees.sqlite", + "DB_PREFIX": "wt_", + "WT_USER": "username", + "WT_NAME": "Full Name", + "WT_PASS": "mybadpassword", + "WT_EMAIL": "me@example.com" }, "map": ["share:rw", "ssl:ro"], "name": "Webtrees DO NOT USE",