From e603ce5b78cdbe5e6370b485585576ea553ce4e0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:29:52 +0200 Subject: [PATCH] Update config.json --- webtrees/config.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/webtrees/config.json b/webtrees/config.json index 9a86866ee..82b8c1e66 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -11,7 +11,11 @@ "DB_PORT": "80", "DB_USER": "databaseuser", "DB_PASS": "databasepassword", - "DB_NAME": "webtrees.sqlite" + "DB_NAME": "webtrees.sqlite", + "WT_USER": "admin", + "WT_NAME": "Full Name", + "WT_PASS": "mybadpassword", + "WT_EMAIL": "me@example.com" }, "map": [ "share:rw", @@ -21,11 +25,7 @@ "options": { "LANG": "en-US", "BASE_URL": "http://192.168.178.69", - "DB_TYPE": "sqlite", - "WT_USER": "username", - "WT_NAME": "Full Name", - "WT_PASS": "mybadpassword", - "WT_EMAIL": "me@example.com" + "DB_TYPE": "sqlite" }, "ports": { "80/tcp": "9999", @@ -38,11 +38,7 @@ "schema": { "LANG": "str", "BASE_URL": "url", - "DB_TYPE": "list(sqlite|external)", - "WT_USER": "str", - "WT_NAME": "str", - "WT_PASS": "password", - "WT_EMAIL": "email" + "DB_TYPE": "list(sqlite|external)" }, "slug": "webtrees", "startup": "services",