Skip to content

Commit

Permalink
remove obsolete config option
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Aug 8, 2016
1 parent af4fab1 commit b10e1cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions config/tool_shed.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ database_file = database/community.sqlite
# The default is the Galaxy installation directory.
#hgweb_config_dir = None

# Disable Mercurial pushing to repositories.
#disable_push = True

# Where tool shed repositories are stored.
file_path = database/community_files
# Temporary storage for additional datasets,
Expand Down
1 change: 0 additions & 1 deletion lib/galaxy/webapps/tool_shed/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def __init__( self, **kwargs ):
self.sentry_dsn = kwargs.get( 'sentry_dsn', None )
# Where the tool shed hgweb.config file is stored - the default is the Galaxy installation directory.
self.hgweb_config_dir = resolve_path( kwargs.get( 'hgweb_config_dir', '' ), self.root )
self.disable_push = string_as_bool( kwargs.get( "disable_push", "True" ) )
# Proxy features
self.apache_xsendfile = kwargs.get( 'apache_xsendfile', False )
self.nginx_x_accel_redirect_base = kwargs.get( 'nginx_x_accel_redirect_base', False )
Expand Down

0 comments on commit b10e1cb

Please sign in to comment.