Add comment to config.py to point at SERVER_NAME

This commit is contained in:
2018-02-13 16:51:28 +01:00
parent f79642d69f
commit 05187cacea

View File

@@ -15,6 +15,10 @@ PILLAR_SERVER_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SCHEME = 'https'
PREFERRED_URL_SCHEME = SCHEME
# Be sure to set this in your config_local:
# SERVER_NAME = 'blender-cloud:5001'
# PILLAR_SERVER_ENDPOINT = f'{SCHEME}://{SERVER_NAME}/api/'
STORAGE_DIR = getenv('PILLAR_STORAGE_DIR', '/data/storage/pillar')
PORT = 5000
HOST = '0.0.0.0'