From 970c70ee446f00f07cbfa6ebdbe9b9ac99e0fe55 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Apr 2021 16:13:31 -0700 Subject: fix: Change Heroku configuration --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') 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