Skip to content

Instantly share code, notes, and snippets.

@chrissound
Created May 25, 2020 12:15
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 chrissound/52e79e067dce24e85af291ca1cf346a2 to your computer and use it in GitHub Desktop.
Save chrissound/52e79e067dce24e85af291ca1cf346a2 to your computer and use it in GitHub Desktop.
paths:
migrations: '%%PHINX_CONFIG_DIR%%/db/migrations'
seeds: '%%PHINX_CONFIG_DIR%%/db/seeds'
environments:
default_migration_table: phinxlog
default_environment: development
development:
adapter: postgresql
host: 172.17.0.1
name: finder
user: postgres
pass: mysecretpassword
port: 5432
# charset: utf8
version_order: creation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment