blockbot: remove unused env variable

This commit is contained in:
Ayden Jahola 2024-11-14 10:41:21 +00:00
parent 2b1a8e68dc
commit fc6dfc73cd
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -21,7 +21,6 @@ job "blockbot" {
template { template {
data = <<EOF data = <<EOF
TOKEN={{ key "blockbot/discord/token" }} TOKEN={{ key "blockbot/discord/token" }}
DEBUG=false
EOF EOF
destination = "local/.env" destination = "local/.env"
env = true env = true