From f27c2de99599ddc78b0d24cf84983f25cd3331f2 Mon Sep 17 00:00:00 2001 From: awieczarek Date: Sat, 19 Oct 2024 14:22:17 +0200 Subject: [PATCH] Fix --- app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.ini b/app.ini index e62097a..a06ac94 100644 --- a/app.ini +++ b/app.ini @@ -8,7 +8,7 @@ SSL_MODE = disable [server] DOMAIN = localhost -HTTP_PORT = %(PORT)s +HTTP_PORT = 3000 ROOT_URL = http://localhost/ SSH_PORT = 2222