From d5ca44d2dc03fc55f259c40be92aa3f8e86b4662 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 5 Nov 2015 17:48:39 +0200 Subject: [PATCH] Fixing issues --- backend/config/main-local.php | 24 ++++++++++++++++++++++++ backend/config/params-local.php | 3 +++ 2 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 backend/config/main-local.php create mode 100644 backend/config/params-local.php diff --git a/backend/config/main-local.php b/backend/config/main-local.php new file mode 100644 index 0000000..e919544 --- /dev/null +++ b/backend/config/main-local.php @@ -0,0 +1,24 @@ + [ + 'request' => [ + // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation + 'cookieValidationKey' => 'F6f1zNftWODvpoKEftccK0nGjnlGGC_a', + ], + ] +]; + +if (!YII_ENV_TEST) { + // configuration adjustments for 'dev' environment + $config['bootstrap'][] = 'debug'; + $config['modules']['debug'] = [ + 'class' => 'yii\debug\Module', + 'allowedIPs' => ['77.47.190.198', '::80'] + ]; + + $config['bootstrap'][] = 'gii'; + $config['modules']['gii'] = 'yii\gii\Module'; +} + +return $config; diff --git a/backend/config/params-local.php b/backend/config/params-local.php new file mode 100644 index 0000000..d0b9c34 --- /dev/null +++ b/backend/config/params-local.php @@ -0,0 +1,3 @@ +