aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/config/dev.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/core/config/dev.php')
-rw-r--r--main/app/sprinkles/core/config/dev.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/main/app/sprinkles/core/config/dev.php b/main/app/sprinkles/core/config/dev.php
deleted file mode 100644
index a4429ae..0000000
--- a/main/app/sprinkles/core/config/dev.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-
-/**
- * Default development config file for UserFrosting. Sets up UserFrosting for easier development.
- *
- */
-
-return [
- 'assets' => [
- 'use_raw' => TRUE
- ],
- 'cache' => [
- 'twig' => FALSE
- ],
- 'debug' => [
- 'twig' => TRUE,
- 'auth' => TRUE,
- 'smtp' => TRUE
- ],
- // Slim settings - see http://www.slimframework.com/docs/objects/application.html#slim-default-settings
- 'settings' => [
- 'displayErrorDetails' => TRUE
- ],
- 'site' => [
- 'debug' => [
- 'ajax' => TRUE,
- 'info' => TRUE
- ]
- ]
-]; \ No newline at end of file