33 lines
663 B
YAML
33 lines
663 B
YAML
|
paths:
|
||
|
migrations: %%PHINX_CONFIG_DIR%%/migrations
|
||
|
|
||
|
environments:
|
||
|
default_migration_table: phinxlog
|
||
|
default_database: development
|
||
|
production:
|
||
|
adapter: mysql
|
||
|
host: 192.168.0.41
|
||
|
name: toutpratiquefdsfds
|
||
|
user: root
|
||
|
pass: ''
|
||
|
port: 3306
|
||
|
charset: utf8
|
||
|
|
||
|
development:
|
||
|
adapter: mysql
|
||
|
host: 192.168.0.41
|
||
|
name: toutpratique_devfdsfds
|
||
|
user: root
|
||
|
pass: ''
|
||
|
port: 3306
|
||
|
charset: utf8
|
||
|
|
||
|
testing:
|
||
|
adapter: mysql
|
||
|
host: localhost
|
||
|
name: testing_db
|
||
|
user: root
|
||
|
pass: ''
|
||
|
port: 3306
|
||
|
charset: utf8
|