Closed bgruening closed 9 years ago
Amount of variables has remained small, v0.2 should use ENV.
Env variables:
Name | New | Use |
---|---|---|
debug |
:heavy_check_mark: | More logging, don't rm -rf the folder when done (#32) |
galaxy_web_port |
:heavy_check_mark: | Originally galaxy_paster_port (#30) |
notebook_password |
||
cors_origin |
Expected final browser URL for accessing ipynb | |
docker_port |
used to unique-ify routes internally since rewriting URLs in every single call/response is a huge overhead for the nodejs proxy. | |
api_key |
||
history_id |
||
remote_host |
||
galaxy_url |
If the amount of variables is small enough, consider to to use ENV variables instead of the yaml file.