If no DATABASE_URL is set heroku used postgre

So set it to some imaginary value. We use a generated database.yml anyway.
This commit is contained in:
Henne Vogelsang 2016-05-25 16:32:03 +02:00
parent 36b397796d
commit 70e82632f2

View file

@ -5,6 +5,7 @@
"CLOUDINARY_URL": {
"required": true
},
"DATABASE_URL": "WILL_NOT_BE_USED",
"DEPLOY_TASKS": "db:cleardb_env",
"LANG": {
"required": true