From 9564e543843efccdfecdbdf54b1079c2bd03f8bc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:27:02 +0200 Subject: [PATCH] Update config.json --- webtrees/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/webtrees/config.json b/webtrees/config.json index 270970f28..714d12e1f 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -65,7 +65,11 @@ "LANG": "en-US", "PORT": "80", "PRETTY_URLS": "1", - "WEBTREES_HOME": "/data/webtrees" + "WEBTREES_HOME": "/data/webtrees", + "WT_EMAIL": "me@example.com", + "WT_NAME": "Full Name", + "WT_PASS": "mybadpassword", + "WT_USER": "admin" }, "image": "ghcr.io/alexbelgium/webtrees-{arch}", "init": false, @@ -115,6 +119,6 @@ ], "slug": "webtrees", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.17-test", + "version": "2.1.17-test2", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }