commit/galaxy-central: jmchilton: Document install_database_connection in universe_wsgi.ini.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c5e14473dfb7/ Changeset: c5e14473dfb7 User: jmchilton Date: 2014-05-20 23:07:43 Summary: Document install_database_connection in universe_wsgi.ini. Affected #: 1 file diff -r 622d4d3ed3bdb34edeca089a0775cdff86114798 -r c5e14473dfb79328f077d81a6cafd9c8a07ffe23 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -118,6 +118,14 @@ # 'galaxy.model.orm.logging_connection_proxy' #database_query_profiling_proxy = False +# By default, Galaxy will use the same database to track user data and +# tool shed install data. There are many situtations in which it is +# valuable to seperate these - for instance bootstrapping fresh Galaxy +# instances with pretested installs. The following optin can be used to +# separate the tool shed install database (all other options listed above +# but prefixed with install_ are also available). +#install_database_connection = sqlite:///./database/universe.sqlite?isolation_level=IMMEDIATE + # -- Files and directories # Path where genome builds are stored. This defaults to tool-data/genome 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)
-
commits-noreply@bitbucket.org