1234567891011121314 |
- <?php
- return [
- 'class' => 'yii\db\Connection',
- 'dsn' => 'mysql:host=localhost;dbname=getdata_mywigs_c',
- 'username' => 'getdata_mywigs_c',
- 'password' => '2dzwbesMtiFkbJB4',
- 'charset' => 'utf8',
- // Schema cache options (for production environment)
- //'enableSchemaCache' => true,
- //'schemaCacheDuration' => 60,
- //'schemaCache' => 'cache',
- ];
|