/
v.bolshakov
/
AIEcosystem-Testing
Обзор
Документация
Войти
/
v.bolshakov
/
AIEcosystem-Testing
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
common/config/params.php
47 строк
2 KB
Developer
Initial commit
03 авг 2026, 17:43
03 авг 2026, 17:43
7433917
Код
Авторство
О чём код?
<?php return [ 'title' => 'AI ecosystem', 'notificatorEmail' => 'email@example.com', 'replyToEmail' => 'no-reply@example.com', 'adminEmail' => 'support@example.com', 'supportEmail' => 'support@example.com', 'user.passwordResetTokenExpire' => 3600, 'filesDefaultPath' => 'projects', 'debug_mode' => true, 'expired' => 1440, 'erp_offset' => 3 * 3600, 'file' => [ 'wait' => 0, ], 'keys' => [ 'api' => 'r10utWhd', ], 'user' => [ 'password_cost' => 10, 'online_timeout' => 900 ], 'storage' => [ 'root' => Yii::getAlias('@frontend/web/upload/'), 'web' => Yii::getAlias('@frontendUrl/upload/') ], // yii2 and erp hash passwd algo 'checkBothAuthAlgo' => true, 'git' => [ 'url' => '' ], 'centrifugo' => [ 'endpoint' => 'WSS://' . getenv('GTP_HOST') . ':' . getenv('CENTRIFUGO_PORT'), ], 'test_email' => [], 'soap' => [ 'endpoint' => '', 'login' => '', 'password' => '' ], 'currency' => [ 'access_key' => '' ], 'license' => [ 'host' => 'https://gtp-license.janusww.com' ] ];