diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index bc826e2..e11177a 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -166,5 +166,5 @@ topology_template: type: linux outputs: - jupyter_hub_url: - value: { concat: [ 'https://', get_attribute: [ front, public_address, 0 ], '/' ] } + galaxy_url: + value: { concat: [ 'https://', get_attribute: [ front, public_address, 0 ], '/galaxy' ] }