[deploy] Remove STAFF_USER_ID from Envfile (#8297)

This commit is contained in:
Ben Halpern 2020-06-05 11:47:21 -04:00 committed by GitHub
parent f7430ccd16
commit 01380c16a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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