aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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