Add comment to config.py to point at SERVER_NAME
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user