From 4d4b5a0a549f97daf7095e6d894fcab8fd301fc5 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:59:11 +0100 Subject: [PATCH] Add port --- conf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/settings.py b/conf/settings.py index a10ce50..c0a4245 100644 --- a/conf/settings.py +++ b/conf/settings.py @@ -56,7 +56,7 @@ DATABASES = { # Set to empty string for localhost. "HOST": "127.0.0.1", # Set to empty string for default. - "PORT": "", + "PORT": "__PORT__", # Customizations for databases. "OPTIONS": { # In case of using an older MySQL server,