mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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": {
|
||||
"required": true
|
||||
},
|
||||
"DATABASE_URL": "WILL_NOT_BE_USED",
|
||||
"DATABASE_URL": {
|
||||
"required": true
|
||||
},
|
||||
"DEPLOY_TASKS": "db:cleardb_env",
|
||||
"LANG": {
|
||||
"required": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue