aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 16:13:31 +0000
committerGitHub <[email protected]>2021-04-26 16:13:31 +0000
commit3d3d180bcf6facb8970f8840a5fefdc991097514 (patch)
treea74cf14f9c7c138d253db27d0be5e43f9fb1825c
parentchore: Update Rocket configuration (diff)
downloadapi-3d3d180bcf6facb8970f8840a5fefdc991097514.tar.xz
api-3d3d180bcf6facb8970f8840a5fefdc991097514.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