Fix up config_testing values to conform with tests

This commit is contained in:
Francesco Siddi 2017-08-25 10:48:44 +02:00
parent 41a82c44c5
commit 398bbbc316

View File

@ -2,7 +2,8 @@
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
TESTING = True