diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2010-12-31 00:10:06 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2010-12-31 00:10:06 +0100 |
commit | c43609fc547a7e4329482bdc900ccf3c2cea98ff (patch) | |
tree | 567b9c12530309e1cc724475324ccf5a3d65242d | |
parent | 999461003a84603f188d69a2281c0aa6071fafeb (diff) |
Add default configuration
-rw-r--r-- | default.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.yml b/default.yml new file mode 100644 index 0000000..62e6efb --- /dev/null +++ b/default.yml @@ -0,0 +1,3 @@ +# default.yml -- defaults for fripost administrative scripts +--- +dbi_dsn: dbi:mysql:mail;host=127.0.0.1;port=2000 |