mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
36b397796d
commit
70e82632f2
1 changed files with 1 additions and 0 deletions
1
app.json
1
app.json
|
|
@ -5,6 +5,7 @@
|
|||
"CLOUDINARY_URL": {
|
||||
"required": true
|
||||
},
|
||||
"DATABASE_URL": "WILL_NOT_BE_USED",
|
||||
"DEPLOY_TASKS": "db:cleardb_env",
|
||||
"LANG": {
|
||||
"required": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue