Skip to content

Commit

Permalink
debugging heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Feb 24, 2022
1 parent 16b334e commit 8a849ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: API_PORT=$PORT python3 jasmin/bin/jasmind.py --enable-dlr-lookup --enable-dlr-thrower
web: mkdir -p /tmp/var/log/jasmin && API_PORT=$PORT python3 jasmin/bin/jasmind.py --enable-dlr-lookup --enable-dlr-thrower
3 changes: 0 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"logo": "https://docs.jasminsms.com/en/latest/_static/jasmin-small.png",
"success_url": "/welcome",
"stack": "heroku-20",
"scripts": {
"postdeploy": "mkdir -p /tmp/var/log/jasmin"
},
"env": {
"ROOT_PATH": {
"description": "Base path for Jasmin logs and config files, set to /tmp to avoid heroku readonly fs limit",
Expand Down

0 comments on commit 8a849ad

Please sign in to comment.