mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 17:36:29 +02:00
Add dist files
This commit is contained in:
parent
38a8b023cb
commit
12c31fe37e
4 changed files with 95 additions and 0 deletions
17
phinx.yml.dist
Executable file
17
phinx.yml.dist
Executable file
|
@ -0,0 +1,17 @@
|
|||
paths:
|
||||
migrations: '%%PHINX_CONFIG_DIR%%/db/migrations'
|
||||
seeds: '%%PHINX_CONFIG_DIR%%/db/seeds'
|
||||
|
||||
environments:
|
||||
default_migration_table: phinxlog
|
||||
default_database: prod
|
||||
prod:
|
||||
adapter: mysql
|
||||
host: '%APP_DATABASE_HOST%'
|
||||
name: '%APP_DATABASE_NAME%'
|
||||
user: '%APP_DATABASE_USER%'
|
||||
pass: '%APP_DATABASE_PASS%'
|
||||
port: 3306
|
||||
charset: utf8
|
||||
|
||||
version_order: creation
|
Loading…
Add table
Add a link
Reference in a new issue