Skip to content

Commit

Permalink
add communication host/port to the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed May 25, 2016
1 parent d2c53ee commit 20f25f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/managers/configuration.py
Expand Up @@ -53,6 +53,8 @@ def _defaults_to( default ):
'biostar_url_redirect' : lambda *a, **c: self.url_for( controller='biostar', action='biostar_redirect',
qualified=True ),

'communication_server_host' : _defaults_to( None ),
'communication_server_port' : _defaults_to( None ),
'allow_user_creation' : _defaults_to( False ),
'use_remote_user' : _defaults_to( None ),
'remote_user_logout_href' : _defaults_to( '' ),
Expand Down

0 comments on commit 20f25f0

Please sign in to comment.