Now I tell the gpg the <home dir> of the keyring
[breadcrumbs.git] / src / etc / bcd_template.conf
blob8947b4ebfbe4cc20a41e6c727313fc8ed70f5218
2 # sample configuration file for the breadcrumbs daemon
7 ################ things relative to the net server
9 user              <user>
10 group             <group>
13 ################ things relative to the bcd server
15 test              1
16 script            0
18 #this is the home of the application... the directory directly up <lib>
19 #for limitations in the Net::Server the directory cannot contain spaces.
20 #                           _____IMPORTANT____
21 #This <home> directory should begin, probably, with /home/<user>, where 
22 #<user> is the user which the daemon impersonificates.
23 # From this directory the daemon computes the home of the gpg keyring
24 # used to sign the outgoing mails. See the source in src/lib/Bcd/Common/Mail.pm.
25 bcd_home          <home>
27 #this is the host which is acts as a smtp relay for the daemon
28 mailer            <address_of_mailer>
31 #this is the frequency of the NewAntNestsBot in seconds
32 new_ant_nest_bot_frequency   <frequency of the bot>
35 #this is the connection string to the database
36 conn_string    <conn_string>
37 #the user which connects to the database
38 user_db        <user_db>
40 #this is the file which stores the sessions. It is used by FastMMap
41 share_file     <share_file>
42 #this is the expiration time of the Session... see FastMmap
43 expire_time    <expire_time>