Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #- Galaxy configuration. See the [Galaxy documentation](https://docs.galaxyproject.org/en/master/admin/config.html)
- galaxy.yml:
- galaxy:
- galaxy_url_prefix: "{{ .Values.ingress.path }}"
- interactivetools_enable: true
- interactivetools_map: database/interactivetools_map.sqlite
- interactivetools_prefix: "its"
- interactivetools_proxy_host: '{{ $host := index .Values.ingress.hosts 0 }}{{ default "localhost" $host.host}}'
- interactivetools_shorten_url: true
- interactivetools_base_path: "{{$host := index .Values.ingress.hosts 0}}{{$path := index $host.paths 0}}{{$path.path}}"
- outputs_to_working_directory: true
- galaxy_infrastructure_url: http://localhost:8080
Advertisement
Add Comment
Please, Sign In to add comment