Fix up config_testing values to conform with tests
This commit is contained in:
parent
41a82c44c5
commit
398bbbc316
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
BLENDER_ID_ENDPOINT = 'http://127.0.0.1:8001' # nonexistant server, no trailing slash!
|
BLENDER_ID_ENDPOINT = 'http://127.0.0.1:8001' # nonexistant server, no trailing slash!
|
||||||
|
|
||||||
SERVER_NAME = 'localhost:5000'
|
SERVER_NAME = 'localhost'
|
||||||
|
PILLAR_SERVER_ENDPOINT = 'http://localhost/api/'
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
TESTING = True
|
TESTING = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user