Skip to content

Commit 94e4df8

Browse files
host_port config was added
1 parent 2c0c7b3 commit 94e4df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
dotenv.load_dotenv(BASE_DIR)
77

88
HOST_URL = os.getenv('HOST_URL')
9+
HOST_PORT = os.getenv('HOST_PORT') or 443
910

1011
TELEGRAM_TOKEN = os.getenv('TELEGRAM_TOKEN')
1112
WOLFRAM_APP_ID = os.getenv('WOLFRAM_APP_ID')

0 commit comments

Comments
 (0)