Remove now useless proxy_env

This commit is contained in:
Daniel Berteaud 2024-03-02 22:05:55 +01:00
parent 14ee377bcf
commit 184889b74f
2 changed files with 0 additions and 3 deletions

View File

@ -141,8 +141,6 @@ job "matrix" {
env {
SYNAPSE_CONFIG = "/secrets/homeserver.yml"
TMPDIR = "/data/tmp"
}
# Use a template block instead of env {} so we can fetch values from vault

View File

@ -59,7 +59,6 @@ job "[[ .instance ]]" {
env {
SYNAPSE_CONFIG = "/secrets/homeserver.yml"
TMPDIR = "/data/tmp"
[[ template "common/proxy_env" $c ]]
}
[[ template "common/file_env" $c ]]