Commit f44c6a5d by semenov

1

parent 9627fc3f
......@@ -19,15 +19,12 @@
"require": {
"skeeks/cms": "dev-master",
"skeeks/cms-module-form2": "*",
"skeeks/cms-module-money": "*",
"skeeks/yii2-mobile-detect": "*",
"hguenot/yii2-gsftp": "*",
"skeeks/cms-shop": "*",
"skeeks/cms-module-reviews2": "*",
"skeeks/cms-module-comments": "*",
"skeeks/cms-vk-comments": "*",
"skeeks/cms-ya-share": "*",
"skeeks/cms-vk-community": "*",
"skeeks/cms-log-db-target": "*",
"skeeks/yii2-assets-auto-compress": "*"
"skeeks/cms-vk-community": "*"
},
"minimum-stability" : "dev",
"prefer-stable" : true,
......
<?php
$config = [
'bootstrap' => ['debug'],
'modules' => [
'gii' =>
[
//'allowedIPs' => ['80.243.13.242', '127.*']
'allowedIPs' => ['*']
],
'debug' =>
[
//'allowedIPs' => ['80.243.13.242', '127.*'] // adjust this to your needs
'allowedIPs' => ['*'] // adjust this to your needs
]
],
/*'components' => [
'request' => [
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey' => 'skeeks1',
],
],*/
];
return $config;
......@@ -38,29 +38,7 @@ $config = [
//'httpOnly' => true,
//'domain' => '.cms.skeeks.com'
]
],
'authClientCollection' =>
[
'class' => 'yii\authclient\Collection',
'clients' =>
[
/*'google' => [
'class' => 'yii\authclient\clients\GoogleOpenId'
],
'facebook' => [
'class' => 'yii\authclient\clients\Facebook',
'clientId' => 'facebook_client_id',
'clientSecret' => 'facebook_client_secret',
],*/
/*'github' => [
'class' => 'yii\authclient\clients\GitHub',
'clientId' => 'c692de6c3c3247e39cf4',
'clientSecret' => 'f01f7bc7d41f38e4049d15786c0f1b93a5e96e90',
],*/
// etc.
],
],
]
]
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment