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
commite70714e22ae7aadb5e1ead6b25146e50bb1c3d61 (patch)
treef06ad276e6308c4b91456187a35a219bcf4054a9
parentchore: Update Rocket configuration (diff)
downloadapi-e70714e22ae7aadb5e1ead6b25146e50bb1c3d61.tar.xz
api-e70714e22ae7aadb5e1ead6b25146e50bb1c3d61.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