-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
456129e
commit e82d10b
Showing
8 changed files
with
157 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 56 additions & 13 deletions
69
backup/db/db__2016-04-21_12_44_50.sql → backup/db/db__2016-05-28_16_49_32.sql
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,2 @@ | ||
<?php | ||
return [ | ||
|
||
|
||
'bootstrap' => ['debug'], | ||
'modules' => [ | ||
'gii' => | ||
[ | ||
'allowedIPs' => ['*'], | ||
'class' => '\yii\gii\Module', | ||
], | ||
'debug' => | ||
[ | ||
'allowedIPs' => ['*'], // adjust this to your needs | ||
'class' => 'yii\debug\Module', | ||
] | ||
], | ||
|
||
'components' => [ | ||
/*'db' => [ | ||
'class' => 'yii\db\Connection', | ||
'dsn' => 'mysql:host=mysql.skeeks.com;dbname=hosting2_vz115_yii2-skeeks', | ||
'username' => 'hosting2_vz115', | ||
'password' => 'sejbiemhakfefvieltishcyGa', | ||
'charset' => 'utf8', | ||
],*/ | ||
/*'mailer' => [ | ||
'class' => 'yii\swiftmailer\Mailer', | ||
'viewPath' => '@common/mail', | ||
// send all mails to a file by default. You have to set | ||
// 'useFileTransport' to false and configure a transport | ||
// for the mailer to send real emails. | ||
'useFileTransport' => true, | ||
],*/ | ||
|
||
/*'authClientCollection' => [ | ||
'class' => 'yii\authclient\Collection', | ||
'clients' => [ | ||
'google' => [ | ||
'class' => 'yii\authclient\clients\GoogleOpenId' | ||
], | ||
'facebook' => [ | ||
'class' => 'yii\authclient\clients\Facebook', | ||
'clientId' => '579310182082188', | ||
'clientSecret' => '5ebda6d912a7dd639d1adb6cb17737bf', | ||
], | ||
'VKontakte' => [ | ||
'class' => 'yii\authclient\clients\VKontakte', | ||
'clientId' => '4583094', | ||
'clientSecret' => 't6GSFiVIP3TNNtVXGgw0', | ||
], | ||
'Twitter' => [ | ||
'class' => 'yii\authclient\clients\Twitter', | ||
'consumerKey' => '9nzpNX6HQNq1vknAYiiA', | ||
'consumerSecret' => 'LwGcABjBOQq0iFdR0iBZ0xvhVddn6TCvyfTLyjYD4Gw', | ||
], | ||
], | ||
]*/ | ||
], | ||
]; | ||
<?php | ||
return []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.