Apparently something at heroku tries to .tr this...
This commit is contained in:
parent
a3dd8e6c95
commit
c2a706d0a1
1 changed files with 3 additions and 1 deletions
4
app.json
4
app.json
|
|
@ -5,7 +5,9 @@
|
||||||
"CLOUDINARY_URL": {
|
"CLOUDINARY_URL": {
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"DATABASE_URL": "WILL_NOT_BE_USED",
|
"DATABASE_URL": {
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
"DEPLOY_TASKS": "db:cleardb_env",
|
"DEPLOY_TASKS": "db:cleardb_env",
|
||||||
"LANG": {
|
"LANG": {
|
||||||
"required": true
|
"required": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue