9 lines
206 B
Python
9 lines
206 B
Python
"""Flask configuration file for unit testing."""
|
|
|
|
BLENDER_ID_ENDPOINT = 'http://127.0.0.1:8001' # nonexistant server, no trailing slash!
|
|
|
|
DEBUG = False
|
|
TESTING = True
|
|
|
|
CDN_STORAGE_USER = 'u41508580125621'
|