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
commit ff4e206055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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