Attempt to be robust to not having an alignment in our RunXml file
[htsworkflow.git] / docs / htsworkflow.ini.example
1 [frontend]
2 ; database engine, currently only sqlite3 will work right
3 database_engine=sqlite3
4 ; location of the sqlite3 database
5 database_name=/htsworkflow/htswfrontend/dev_tracker.db
6
7 ; settings for what email server to use
8 email_host = localhost
9 email_port = 25
10
11 ; default timezone for this server
12 time_zone = America/Los_Angels
13
14 ; set the default picomolarity when creating a new flowcell
15 default_pm = 5
16
17
18 [allowed_hosts]
19 localhost=localhost
20
21 [allowed_analysis_hosts]
22 localhost=localhost