summaryrefslogtreecommitdiff
path: root/cli/app/settings/app_cfg.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-17 21:04:51 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-17 21:04:51 +0100
commitac6f635c4d724cc3e1e90bb0a300d5eb476dcc86 (patch)
tree439ef548e92122b637f5e002acbea1fa742bc57b /cli/app/settings/app_cfg.py
parent41eef4ede18d0e57ba8110d65a8f68e5252813af (diff)
api
Diffstat (limited to 'cli/app/settings/app_cfg.py')
-rw-r--r--cli/app/settings/app_cfg.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py
index b5c383b..16f5b25 100644
--- a/cli/app/settings/app_cfg.py
+++ b/cli/app/settings/app_cfg.py
@@ -47,6 +47,12 @@ os.makedirs(DIR_RESULTS, exist_ok=True)
os.makedirs(DIR_RENDERS, exist_ok=True)
# -----------------------------------------------------------------------------
+# Cortex
+# -----------------------------------------------------------------------------
+
+API_REMOTE = os.environ('API_REMOTE') || 'https://lens.neural.garden'
+
+# -----------------------------------------------------------------------------
# Model config
# -----------------------------------------------------------------------------