1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00
kohana-migrations/config/minion/migration.php

12 lines
191 B
PHP

<?php
return array(
// Allows you to map an environment to a specific database config group
'db_connections' => array(
'development' => 'default',
'unittest' => 'unittest'
),
);