
Siesta::Config - organise the configuration of a Siesta install

$ROOTWhere to install everything to. Currently this is set to
@@ROOT@@
$CONFIG_FILEWhere the config file is currently
@@ROOT@@/siesta.conf
This can be overridden when using the command line tools by using
-f <new config file>
The following options are set within the config file :
override the $ROOT variable above
Where our message templates are stored.
By default - @@ROOT@@/messages/
Where we archive list mails.
By default - @@ROOT@@/archive/<list name>/
Where we log things
By default - @@ROOT@@/error
By default - 3
The DSN for our local DB
By default - dbi:SQLite:@@ROOT@@/database
The user name for our DB
By default - root
The password for our DB
By default - undef
@STORAGEA list containing the dsn, the user and password.

This file is autogenerated from Config.pm.in when you run Build.PL