diff --git a/topics/admin/tutorials/interactive-tools/tutorial.md b/topics/admin/tutorials/interactive-tools/tutorial.md index d4562838d524da..265f943e2f5a65 100644 --- a/topics/admin/tutorials/interactive-tools/tutorial.md +++ b/topics/admin/tutorials/interactive-tools/tutorial.md @@ -1007,7 +1007,7 @@ The next step is configuring Galaxy and the Interactive Tool Proxy to use the ne > galaxy: > # ... existing configuration options in the `galaxy` section ... > # interactivetools_map: "{{ gie_proxy_sessions_path }}" # comment, remove or leave this line in place (it will be overridden by the option below) -> interactivetools_map_sqlalchemy: "{{ gie_proxy_sessions_path }}" +> interactivetoolsproxy_map: "{{ gie_proxy_sessions_path }}" > # ... other existing configuration options in the `galaxy` section ... > > # ... other existing configurations ... #