From fca89b748355c80111f9e727615824f9c3c3d0a0 Mon Sep 17 00:00:00 2001 From: awieczarek Date: Sat, 19 Oct 2024 13:56:28 +0200 Subject: [PATCH] fix --- app.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.ini b/app.ini index 9b3392e..5315206 100644 --- a/app.ini +++ b/app.ini @@ -8,8 +8,8 @@ SSL_MODE = disable [server] DOMAIN = localhost -HTTP_PORT = 3000 -ROOT_URL = http://localhost:3000/ +HTTP_PORT = $PORT +ROOT_URL = http://localhost:$PORT/ SSH_PORT = 2222 [repository]