diff --git a/pillar/config.py b/pillar/config.py index 30726d4e..bca2a031 100644 --- a/pillar/config.py +++ b/pillar/config.py @@ -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'