2014-08-12 16:40:21 -04:00
|
|
|
paths:
|
2019-12-18 16:15:34 -05:00
|
|
|
migrations: '%%PHINX_CONFIG_DIR%%/../../migrations'
|
2014-08-12 16:40:21 -04:00
|
|
|
|
|
|
|
environments:
|
|
|
|
default_migration_table: phinxlog
|
|
|
|
default_database: testing
|
|
|
|
|
|
|
|
testing:
|
|
|
|
adapter: mysql
|
|
|
|
host: localhost
|
|
|
|
name: todo_test
|
|
|
|
user: root
|
|
|
|
pass:
|
|
|
|
port: 3306
|
|
|
|
charset: utf8
|