Open
Description
I have separate config json files for dev and prod, using the format
{
"user": USER,
"password": PASSWORD,
"database": DATABASE_NAME
}
Using the command db-migrate up --config config/production.json -e prod
how would I reference USER and PASSWORD from production.json in my database.json config file?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.