Add commented htsworkflow.ini.example as documentation for new settings
authorDiane Trout <diane@caltech.edu>
Mon, 9 Mar 2009 19:25:21 +0000 (19:25 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 9 Mar 2009 19:25:21 +0000 (19:25 +0000)
like default_pm.

docs/htsworkflow.ini.example [new file with mode: 0644]

diff --git a/docs/htsworkflow.ini.example b/docs/htsworkflow.ini.example
new file mode 100644 (file)
index 0000000..e00b8ca
--- /dev/null
@@ -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