add new experimental environment cutlergyor
This commit is contained in:
23
environments/cutlergyor/apache2/main-local.php
Normal file
23
environments/cutlergyor/apache2/main-local.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
return [
|
||||
'components' => [
|
||||
'db' => [
|
||||
'class' => 'yii\db\Connection',
|
||||
'dsn' => 'mysql:host=mariadb1;dbname='.$_SERVER['fitness_db_host'],
|
||||
'username' => $_SERVER['fitness_db_username'],
|
||||
'password' => $_SERVER['fitness_db_password'],
|
||||
'charset' => 'utf8',
|
||||
],
|
||||
'mailer' => [
|
||||
'class' => 'yii\swiftmailer\Mailer',
|
||||
'viewPath' => '@common/mail',
|
||||
'useFileTransport' =>false,
|
||||
'transport' => [
|
||||
'class' => 'Swift_SmtpTransport',
|
||||
'host' => '172.17.0.4',
|
||||
'port' => '1025',
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user