You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export env variables with the name that was defined as alias in the config.yaml plus WORKSPACE.
e.g.: API_WORKSPACE
This env variable will have the full path to where we cloned the repository.
The text was updated successfully, but these errors were encountered:
environment variables set with os.environ['TEST'] = 'test' are process bound, which means they are gone after the app finishes.
an alternative would be to use the python shell command to export them to the env.
Export env variables with the name that was defined as alias in the config.yaml plus WORKSPACE.
e.g.: API_WORKSPACE
This env variable will have the full path to where we cloned the repository.
The text was updated successfully, but these errors were encountered: