mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Merge pull request #19 from 18F/jim/080322/localurlupdate
correct local url
This commit is contained in:
@@ -100,6 +100,7 @@ class Config(object):
|
|||||||
|
|
||||||
|
|
||||||
class Development(Config):
|
class Development(Config):
|
||||||
|
ADMIN_BASE_URL = 'http://localhost:6012'
|
||||||
BASIC_AUTH_FORCE = True
|
BASIC_AUTH_FORCE = True
|
||||||
NOTIFY_LOG_PATH = 'application.log'
|
NOTIFY_LOG_PATH = 'application.log'
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|||||||
Reference in New Issue
Block a user