Merge pull request #27 from dod-ccpo/port-config

Add port to base config
This commit is contained in:
richard-dds
2018-06-12 12:52:10 -04:00
committed by GitHub

View File

@@ -2,3 +2,4 @@
ENVIRONMENT = dev
DEBUG = true
AUTHZ_BASE_URL = http://localhost
PORT = 8000