0
|
1 diff --git a/config/galaxy.yml.interactivetools b/config/galaxy.yml.interactivetools
|
|
2 index fe2d589208..4610c0b68f 100644
|
|
3 --- a/config/galaxy.yml.interactivetools
|
|
4 +++ b/config/galaxy.yml.interactivetools
|
|
5 @@ -12,6 +12,7 @@ uwsgi:
|
|
6
|
|
7 module: galaxy.webapps.galaxy.buildapp:uwsgi_app()
|
|
8
|
|
9 + interactivetools_enable: true
|
|
10 interactivetools_map: database/interactivetools_map.sqlite
|
|
11 python-raw: scripts/interactivetools/key_type_token_mapping.py
|
|
12 route-host: ^([A-Za-z0-9]+(?:-[A-Za-z0-9]+)*)-([A-Za-z0-9]+(?:-[A-Za-z0-9]+)*)\.([A-Za-z0-9]+(?:-[A-Za-z0-9]+)*)\.(interactivetool\.localhost:8080)$ goto:interactivetool
|
|
13 @@ -23,6 +24,7 @@ uwsgi:
|
|
14 route-label: endendend
|
|
15
|
|
16
|
|
17 +
|
|
18 galaxy:
|
|
19 interactivetools_enable: true
|
|
20 # outputs_to_working_directory will provide you with a better level of isolation. It is highly recommended to set
|