root/trunk/cartwheel-server/config.rc

Revision 263, 2.0 kB (checked in by t, 1 year ago)

updated mailserver, e-mail addy

Line 
1 #
2 # some minimal customization ;)
3 #
4 [base]
5 # if empty, will be just "Anonymous Development Server"
6 name=Woodward, the Caltech Cartwheel server
7
8 [notification]
9 #
10 # all of these fields are *required*
11 #
12
13 # address mail is sent *from*
14 from_address=titus@caltech.edu
15
16 # address errors are sent *to*
17 to_address=t@idyll.org
18
19 # mailserver through which messages are sent
20 mailserver=teckla.idyll.org
21
22 ###########################################
23
24 [database]
25 # host can be left empty for localhost
26 host=
27
28 # user can be left empty for default user
29 user=
30
31 # dbname can be left empty for default name (== user, with Postgres)
32 dbname=cartwheel-dev
33
34 # number of persistent object handles to allocate; default is 2.
35 n_handles=1
36
37 [quixote]
38 # can be left empty; uses cartwheel.config.gethostname if so.  if filled,
39 # this must be a fully-qualified name, e.g. 'chabry.caltech.edu'.
40 hostname=woodward.caltech.edu
41
42 # display_exceptions should be 0 for production, 1 for development.
43 display_exceptions=1
44
45 # exit after ...
46 #exit_after_requests=1
47
48 ###########################################
49
50 [programs]
51 show_command=0
52
53 [blast]
54 # blastdb can be left empty if the environment variable BLASTDB is set.
55 blastdb=/scratch/blastdb
56
57 # blastpath can be left empty if 'blastall' is in your PATH.
58 blastpath=
59
60 # formatdb_path can be left empty if 'formatdb' is in your PATH
61 formatdb_path=
62
63 [seqcomp]
64 # path can be left empty if 'seqcomp' is in your PATH.
65 path=
66
67 [blastz]
68 path=
69
70 [lagan]
71 path=/usr/local/share/lagan12/lagan.pl
72 data_dir=/usr/local/share/lagan12
73
74 [find_patch]
75 path=
76
77 [hmmgene]
78 path=
79
80 [geneid]
81 path=
82
83 [genscan]
84 path=
85
86 ###########################################
87
88 # this section doesn't need to exist if the Web server isn't running.
89 [website]
90
91 # site/lab permissive -- allow all connections unless explicitly
92 #      disallowed, or no?
93 site_permissive=1
94 lab_permissive=1
95
96 # how long should sessions last?  This should be an acceptable INTERVAL
97 # type in postgresql, e.g. "n days", or "m minutes", or whatever.
98 expire_sessions=1 day
99
100 default_lab=1
101
102 [scgi]
103 prefix=/canal
104 port=4000
Note: See TracBrowser for help on using the browser.