From 3c2b6a3eaebbb1a28761b9f7dffbb8738b879905 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:38:38 +0200 Subject: [PATCH] Update config.json --- webtrees/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/config.json b/webtrees/config.json index 82b8c1e66..290a36053 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -6,7 +6,7 @@ "PORT": "80", "WEBTREES_HOME": "/data/webtrees", "DB_PREFIX": "wt_", - "PRETTY_URLS": "0", + "PRETTY_URLS": "1", "DB_HOST": "http://127.0.0.1", "DB_PORT": "80", "DB_USER": "databaseuser",