From 01380c16a8316a443ce04fafa8a81a5e59cd901f Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Fri, 5 Jun 2020 11:47:21 -0400 Subject: [PATCH] [deploy] Remove STAFF_USER_ID from Envfile (#8297) --- Envfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Envfile b/Envfile index 17fd79516..b0fd5ae24 100644 --- a/Envfile +++ b/Envfile @@ -161,9 +161,6 @@ variable :TWITCH_WEBHOOK_SECRET, :String, default: "Optional" # (https://api.stackexchange.com/docs) variable :STACK_EXCHANGE_APP_KEY, :String, default: "" -# For setting the IDs of the staff and welcoming users -variable :STAFF_USER_ID, :Integer, default: 1 - group :production do variable :SECRET_KEY_BASE, :String