15 lines
306 B
YAML
15 lines
306 B
YAML
paths:
|
|
migrations: %%PHINX_CONFIG_DIR%%/../../migrations
|
|
|
|
environments:
|
|
default_migration_table: phinxlog
|
|
default_database: testing
|
|
|
|
testing:
|
|
adapter: pgsql
|
|
host: localhost
|
|
name: todo_test
|
|
user: postgres
|
|
pass:
|
|
port: 5432
|
|
charset: utf8 |