diff options
Diffstat (limited to 'main/app/sprinkles/core/config/dev.php')
-rw-r--r-- | main/app/sprinkles/core/config/dev.php | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/main/app/sprinkles/core/config/dev.php b/main/app/sprinkles/core/config/dev.php index 63aeeab..a4429ae 100644 --- a/main/app/sprinkles/core/config/dev.php +++ b/main/app/sprinkles/core/config/dev.php @@ -1,30 +1,30 @@ -<?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 - ] - ] +<?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 |