mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 08:44:46 +00:00
Sets default port to 5001
This commit is contained in:
parent
0661567c03
commit
f527a1a016
@ -4,7 +4,7 @@ from os import environ
|
||||
basedir = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
NAME = "CR Connect Protocol Builder Mock"
|
||||
FLASK_PORT = environ.get('FLASK_PORT', default="5000")
|
||||
FLASK_PORT = environ.get('FLASK_PORT', default="5001")
|
||||
CORS_ENABLED = False
|
||||
DEVELOPMENT = environ.get('DEVELOPMENT', default="true") == "true"
|
||||
TESTING = environ.get('TESTING', default="false") == "true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user