15 lines
302 B
YAML
15 lines
302 B
YAML
paths:
|
|
migrations: %%PHINX_CONFIG_DIR%%/../../migrations
|
|
|
|
environments:
|
|
default_migration_table: phinxlog
|
|
default_database: testing
|
|
|
|
testing:
|
|
adapter: mysql
|
|
host: localhost
|
|
name: todo_test
|
|
user: root
|
|
pass:
|
|
port: 3306
|
|
charset: utf8 |