aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 16:13:31 -0700
committerGitHub <[email protected]>2021-04-26 16:13:31 -0700
commit970c70ee446f00f07cbfa6ebdbe9b9ac99e0fe55 (patch)
treea74cf14f9c7c138d253db27d0be5e43f9fb1825c
parentchore: Update Rocket configuration (diff)
downloadapi-worker-970c70ee446f00f07cbfa6ebdbe9b9ac99e0fe55.tar.xz
api-worker-970c70ee446f00f07cbfa6ebdbe9b9ac99e0fe55.zip
fix: Change Heroku configuration
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index cb5ceb6..db66dc5 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ./target/release/senpy-api
+web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ROCKET_ENV=production ./target/release/senpy-api