commit/galaxy-central: greg: Add more information to the community_wsgi.ini.sample file.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6430c28aaa4e/ changeset: 6430c28aaa4e user: greg date: 2012-10-24 20:32:50 summary: Add more information to the community_wsgi.ini.sample file. affected #: 1 file diff -r 29532deaf240a8df6ac1c904d009fe5d23696020 -r 6430c28aaa4ea4721baf2e03fd6b924483728f24 community_wsgi.ini.sample --- a/community_wsgi.ini.sample +++ b/community_wsgi.ini.sample @@ -38,9 +38,21 @@ session_key = galaxysessions session_secret = changethisinproduction -# Galaxy session security +# -- Users and Security + +# Galaxy encodes various internal values when these values will be output in +# some format (for example, in a URL or cookie). You should set a key to be +# used by the algorithm that encodes and decodes these values. It can be any +# string. If left unchanged, anyone could construct a cookie that would grant +# them access to others' sessions. id_secret = changethisinproductiontoo +# User authentication can be delegated to an upstream proxy server (usually +# Apache). The upstream proxy should set a REMOTE_USER header in the request. +# Enabling remote user disables regular logins. For more information, see: +# http://wiki.g2.bx.psu.edu/Admin/Config/Apache%20Proxy +#use_remote_user = False + # Configuration for debugging middleware debug = true use_lint = false Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket