mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
13
config/params.php
Normal file
13
config/params.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'adminEmail' => 'firedemonru@gmail.com',
|
||||
'user.remembermeduration' => 3600 * 24 * 30,
|
||||
'files' => '/home/nomer.io/files',
|
||||
'cost' => 98,
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'payModel' => true,
|
||||
'storage' => 'http://storage.apinomer.com',
|
||||
'storageUpload' => 'https://u158288:N46HNp0xUrzVCgSW@u158288.your-storagebox.de/apinomer/'
|
||||
//'yandexMoney' => \app\components\ConfigHelper::getInstance()->getYandexMoney()
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue