From 3d3d180bcf6facb8970f8840a5fefdc991097514 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Apr 2021 16:13:31 +0000 Subject: fix: Change Heroku configuration --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3