Files
2022-06-30 05:46:02 -04:00

21 lines
732 B
PHP
Executable File

<?php
/*Powered By: Manaknightdigital Inc. https://manaknightdigital.com/ Year: 2021*/
return [
'paths' => [
'migrations' => '%%PHINX_CONFIG_DIR%%/db/migrations',
'seeds' => '%%PHINX_CONFIG_DIR%%/db/seeds',
],
'environments' => [
'default_migration_table' => 'phinxlog',
'default_database' => 'development',
'development' => [
'adapter' => 'mysql',
'host' => 'localhost',
'name' => 'outlineguru_manaknightdigital_co_AQmEXsfd',
'user' => 'outlinegurum8q7S',
'pass' => 'KztAmFhHueXOPTwWfl5boqaV',
'port' => 3306,
'charset' => 'utf8'
]
],
];