2 # sample configuration file for the breadcrumbs daemon
7 ################ things relative to the net server
13 ################ things relative to the bcd server
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.
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.
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
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>