diff options
author | Clemens Fries <github-clockrotz@xenoworld.de> | 2016-11-01 17:11:58 +0100 |
---|---|---|
committer | Clemens Fries <github-clockrotz@xenoworld.de> | 2016-11-01 17:11:58 +0100 |
commit | 533681e0f83ec4f69b3b8e9f1982ed9f089285b4 (patch) | |
tree | 4792c3b3e6b353798f8564ff90d6572081755e1f /testdata/config.ini |
Initial commit
Diffstat (limited to 'testdata/config.ini')
-rw-r--r-- | testdata/config.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/config.ini b/testdata/config.ini new file mode 100644 index 0000000..d5195f4 --- /dev/null +++ b/testdata/config.ini @@ -0,0 +1,5 @@ +[default] +from = me@example.com +workdir = testdata +server = mail.example.com +port = 1234 |