From d38afdcc94866c424a83bdb5fefda64593dc42e8 Mon Sep 17 00:00:00 2001 From: Kilerd Chan Date: Sun, 7 Oct 2018 14:25:50 +0800 Subject: [PATCH] chore: remove secret_key from config file --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8090432..c9a8970 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: ROCKET_PORT=$PORT ./target/release/rubble +web: ROCKET_PORT=$PORT ROCKET_SECRET_KEY=$SECRET_KEY ./target/release/rubble release: ./target/release/diesel migration run \ No newline at end of file