From 03a6ab846759a210ca0e9367ea529f5a0e824b0a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 17 Oct 2021 21:44:53 +0200 Subject: [PATCH] Update config.json --- webtrees/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webtrees/config.json b/webtrees/config.json index e39ddc7d7..fbc24404d 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -3,6 +3,15 @@ "boot": "auto", "description": "web's leading on-line collaborative genealogy application", "environment": { + "DB_TYPE": "sqlite", + "DB_NAME": "database", + "WT_USER": "admin", + "WT_NAME": "admin", + "WT_PASS": "pleasechange", + "WT_EMAIL": "please@change.com", + "DB_PASS": "pleasechange", + "BASE_URL": "http://192.168.178.23", + "DB_HOST": "http://192.168.178.23:9999" }, "map": [], "name": "Webtrees",