aboutsummaryrefslogtreecommitdiff
path: root/src/config/config.php
diff options
context:
space:
mode:
authorCamil Staps2015-05-17 16:44:43 +0200
committerCamil Staps2015-05-17 16:44:43 +0200
commit1a115cfc53782fd51e55ed86671d10c7c2bb08b2 (patch)
treea880bcd98ed231dafcac199c57a8b4f2927de3a6 /src/config/config.php
parentSupport array as config.allowed_origin (diff)
First attempt
Diffstat (limited to 'src/config/config.php')
-rw-r--r--src/config/config.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/config/config.php b/src/config/config.php
deleted file mode 100644
index cba8c73..0000000
--- a/src/config/config.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-return [
-
- 'default_format' => 'json',
-
- 'formats' => [
-
- 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat',
-
- ],
-
- 'allowed_origin' => 'http://local.botleagues.camilstaps.nl'
-
-];