aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 17:33:46 +0000
committerFuwn <[email protected]>2021-05-06 17:33:46 +0000
commit3655d61ca201b20fcb5e4fa0192ddcafbf6f7628 (patch)
tree4f62722b72bd4aae74d54945aaac11e6ee448a88 /Procfile
parentetc: Remove useless CORS headers (diff)
downloadapi-3655d61ca201b20fcb5e4fa0192ddcafbf6f7628.tar.xz
api-3655d61ca201b20fcb5e4fa0192ddcafbf6f7628.zip
feat(global): :star:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 7524216..9c97fbd 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ROCKET_ENV=release ./target/release/senpy-api
+web: PORT=$PORT ./target/release/senpy-api