-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowser_config
executable file
·40 lines (31 loc) · 1.58 KB
/
browser_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# #########################
# cruise configuration file
# #########################
# DBDBID specifies the google ID of the spreadsheet containing metadata about
# the genomes to be loaded in the browser database.
DBDBID=1ilMW4gv8XsECFuKpSlOFWVhO_04qiogVdQHYYxQF2ZM
# SQL_HOST is used by the web server to connect the mysql container
# This should match the hostname used to run the mysql container
SQL_HOST=cruise_sql
# SQL_PASSWORD defines the password for the administrator mysql user.
# For production, you should change this to something more secure.
# Note that if this is changed after a database is initiated, you must manually
# change the mysql root password in the mysql container
SQL_PASSWORD=genome
# SQL_USER defines the mysql user name for the administrator mysql user.
# Keeping this set to root should be OK for most users.
SQL_USER=root
# DOMAIN defines the domain used for various features, including cookies and wiki
# Keeping this set to HTTPHOST should be OK for most users.
# "The special value HTTPHOST will set the domain to whatever servername was
# sent with the last HTTP request"
DOMAIN=HTTPHOST
# WIKIEMAIL is used as the return email address for WIKI account creation
# confirmation emails. Setting this to NOEMAIL will skip email validation.
WIKIEMAIL=NOEMAIL
# BROWSERNAME defines the title of host of browser shown in the user interface
BROWSERNAME=cruise_browser
# EMAILADDRESS sets the administrator email for suggestions and other pages
EMAILADDRESS=user@host.com
# DEFAULTGENOME sets the genome loaded when users go straight to the browser
DEFAULTGENOME=someGenome