From b4c78620693aee8791e395eddb5a3a9bee5b0157 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 9 Mar 2009 19:25:21 +0000 Subject: [PATCH] Add commented htsworkflow.ini.example as documentation for new settings like default_pm. --- docs/htsworkflow.ini.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/htsworkflow.ini.example 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 -- 2.30.2