From ac6f635c4d724cc3e1e90bb0a300d5eb476dcc86 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 17 Jan 2020 21:04:51 +0100 Subject: api --- cli/app/settings/app_cfg.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/app/settings/app_cfg.py') 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 @@ -46,6 +46,12 @@ os.makedirs(DIR_OUTPUTS, exist_ok=True) 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 # ----------------------------------------------------------------------------- -- cgit v1.2.3-70-g09d2