From fed1685bde8fe5ca24cb9d248b2efd0eb6115d30 Mon Sep 17 00:00:00 2001 From: syn Date: Wed, 10 Mar 2021 13:51:09 +0300 Subject: extract host+port to config --- back/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'back/config.py') diff --git a/back/config.py b/back/config.py index 367e24f..6fbfd95 100644 --- a/back/config.py +++ b/back/config.py @@ -12,3 +12,6 @@ APP_DIR = os.path.realpath(os.path.dirname(modpath)) REDIS_HOST = "localhost" debug = True + +sanic_host = "localhost" +sanic_port = 8001 -- cgit v1.2.1-18-gbd029