koennijbroek

Untitled

Jan 23rd, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. #- Galaxy configuration. See the [Galaxy documentation](https://docs.galaxyproject.org/en/master/admin/config.html)
  2. galaxy.yml:
  3. galaxy:
  4.  
  5. galaxy_url_prefix: "{{ .Values.ingress.path }}"
  6. interactivetools_enable: true
  7. interactivetools_map: database/interactivetools_map.sqlite
  8. interactivetools_prefix: "its"
  9. interactivetools_proxy_host: '{{ $host := index .Values.ingress.hosts 0 }}{{ default "localhost" $host.host}}'
  10. interactivetools_shorten_url: true
  11. interactivetools_base_path: "{{$host := index .Values.ingress.hosts 0}}{{$path := index $host.paths 0}}{{$path.path}}"
  12. outputs_to_working_directory: true
  13. galaxy_infrastructure_url: http://localhost:8080
  14.  
Advertisement
Add Comment
Please, Sign In to add comment