diff options
Diffstat (limited to 'back/config.py')
-rw-r--r-- | back/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |