From 4a833fec25cd688450cabfef0969678ff64a10e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:26:41 +0200 Subject: [PATCH] Update settings_base.json --- conf/settings_base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/settings_base.json b/conf/settings_base.json index b9a1019..edc4d97 100644 --- a/conf/settings_base.json +++ b/conf/settings_base.json @@ -1,7 +1,7 @@ { "protocol": "http", "host": "127.0.0.1", - "desired_port": 8080, + "desired_port": __PORT__, "redirect_port": "", "cache_content": true, "removePermanently": false,