14 lines
No EOL
357 B
Text
14 lines
No EOL
357 B
Text
<?php
|
|
|
|
return [
|
|
'class' => \yii\db\Connection::class,
|
|
'dsn' => 'mysql:host=db;dbname=${DB_NAME}',
|
|
'username' => '${DB_USER}',
|
|
'password' => '${DB_PASS}',
|
|
'charset' => 'utf8',
|
|
|
|
// Schema cache options (for production environment)
|
|
//'enableSchemaCache' => true,
|
|
//'schemaCacheDuration' => 60,
|
|
//'schemaCache' => 'cache',
|
|
]; |