Files
galaxy/config/galaxy.yml.interactivetools
T
2022-03-02 14:15:46 +01:00

20 lines
980 B
Plaintext

gravity:
gx_it_proxy:
enable: true
proxy_port: 4002
galaxy:
interactivetools_enable: true
# outputs_to_working_directory will provide you with a better level of isolation. It is highly recommended to set
# this parameter with InteractiveTools.
outputs_to_working_directory: true
interactivetools_map: database/interactivetools_map.sqlite
# If you develop InteractiveTools locally and do not have a full FQDN you can
# use an arbritrary one, e.g. 'host.docker.internal' here, if you set this hostname in your
# job_conf.xml as well (see the corresponding comment).
# In the local development case you should use http://localhost:8080 to access
# your Galaxy, so saving notebooks doesn't fail due to invalid certificates.
galaxy_infrastructure_url: http://localhost:8080
# Do not set the following 2 options if you are using an upstream proxy server like nginx
interactivetools_upstream_proxy: false
interactivetools_proxy_host: localhost:4002