From adb02555cbb2e69c915a40ef40a4eed3319cc961 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Tue, 7 Jun 2022 10:40:09 -0400 Subject: [PATCH] Fix proxy_port arg for interactivetools config sample/doc --- config/galaxy.yml.interactivetools | 2 +- doc/source/admin/special_topics/interactivetools.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/galaxy.yml.interactivetools b/config/galaxy.yml.interactivetools index bb7f3621fe7..562d53a70e2 100644 --- a/config/galaxy.yml.interactivetools +++ b/config/galaxy.yml.interactivetools @@ -1,7 +1,7 @@ gravity: gx_it_proxy: enable: true - proxy_port: 4002 + 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 diff --git a/doc/source/admin/special_topics/interactivetools.rst b/doc/source/admin/special_topics/interactivetools.rst index 60364dc4f53..69e65cb8478 100644 --- a/doc/source/admin/special_topics/interactivetools.rst +++ b/doc/source/admin/special_topics/interactivetools.rst @@ -65,7 +65,7 @@ Set these values in `galaxy.yml`: # ... gx_it_proxy: enable: true - proxy_port: 4002 + port: 4002 galaxy: # ... interactivetools_enable: true