Skip to content

Instantly share code, notes, and snippets.

@lira92
Created May 4, 2016 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lira92/e3696d4393fbe418d63b95e3b2ddbc6d to your computer and use it in GitHub Desktop.
Save lira92/e3696d4393fbe418d63b95e3b2ddbc6d to your computer and use it in GitHub Desktop.
Arquivo de configuração do Phinx
paths:
migrations: %%PHINX_CONFIG_DIR%%/db/migrations
seeds: %%PHINX_CONFIG_DIR%%/db/seeds
environments:
default_migration_table: phinxlog
default_database: development
production:
adapter: mysql
host: localhost
name: production_db
user: root
pass: ''
port: 3306
charset: utf8
development:
adapter: mysql
host: localhost
name: development_db
user: root
pass: ''
port: 3306
charset: utf8
testing:
adapter: mysql
host: localhost
name: testing_db
user: root
pass: ''
port: 3306
charset: utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment