Merge pull request #19 from 18F/jim/080322/localurlupdate

correct local url
This commit is contained in:
Jim Moffet
2022-08-03 18:24:39 -07:00
committed by GitHub

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