From: Diane Trout Date: Mon, 9 Mar 2009 19:25:21 +0000 (+0000) Subject: Add commented htsworkflow.ini.example as documentation for new settings X-Git-Tag: 0.2.0.2~23 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=b4c78620693aee8791e395eddb5a3a9bee5b0157 Add commented htsworkflow.ini.example as documentation for new settings like default_pm. --- diff --git a/docs/htsworkflow.ini.example b/docs/htsworkflow.ini.example new file mode 100644 index 0000000..e00b8ca --- /dev/null +++ b/docs/htsworkflow.ini.example @@ -0,0 +1,22 @@ +[frontend] +; database engine, currently only sqlite3 will work right +database_engine=sqlite3 +; location of the sqlite3 database +database_name=/htsworkflow/htswfrontend/dev_tracker.db + +; settings for what email server to use +email_host = localhost +email_port = 25 + +; default timezone for this server +time_zone = America/Los_Angels + +; set the default picomolarity when creating a new flowcell +default_pm = 5 + + +[allowed_hosts] +localhost=localhost + +[allowed_analysis_hosts] +localhost=localhost