From 16d3f906a20f6ae67b5c6a338a4d2a63b3b546b5 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 16 Oct 2013 09:38:49 +0200 Subject: [PATCH] Added a example config --- config.dist.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.dist.php diff --git a/config.dist.php b/config.dist.php new file mode 100644 index 0000000..968f2d3 --- /dev/null +++ b/config.dist.php @@ -0,0 +1,16 @@ + array( + 'http_base' => 'http://127.0.0.1:5280', + 'http_host' => 'boese-ban.de:5280', + 'url_prefix' => '/admin_rest/', + 'user' => 'foo@localhost', + 'password' => '', + ), + 'from' => 'foo@example.com', + 'hosts' => array( + 'localhost', + 'localhost2', + ), + 'url' => 'https://localhost', +); \ No newline at end of file