From 5afa6e0ce107777b5079ef09ee6a1a232b66fa54 Mon Sep 17 00:00:00 2001 From: SysAdmin Agent Date: Mon, 23 Mar 2026 21:10:58 +0000 Subject: [PATCH] Fix env-template: GRAMPSWEB_BASE_URL korrekt auf /ahnenforschung setzen (STI-91) Co-Authored-By: Claude Sonnet 4.6 --- env-template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-template.txt b/env-template.txt index 8f516a8..8b87388 100644 --- a/env-template.txt +++ b/env-template.txt @@ -64,6 +64,6 @@ GRAMPSWEB_SECRET_KEY=your-grampsweb-secret-key-here GRAMPSWEB_ADMIN_EMAIL=admin@vhtv-stiftung.de GRAMPSWEB_ADMIN_PASSWORD=your-grampsweb-admin-password-here GRAMPSWEB_TREE=Stiftung -GRAMPSWEB_BASE_URL=/ +GRAMPSWEB_BASE_URL=/ahnenforschung \ No newline at end of file