correct local url

This commit is contained in:
jimmoffet
2022-08-03 18:23:02 -07:00
parent 70b7e0aeea
commit 9315474b75

View File

@@ -100,6 +100,7 @@ class Config(object):
class Development(Config):
ADMIN_BASE_URL = 'http://localhost:6012'
BASIC_AUTH_FORCE = True
NOTIFY_LOG_PATH = 'application.log'
DEBUG = True