tims-todo/tests/phinx/mysql.yml

15 lines
304 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