Remove now useless proxy_env

This commit is contained in:
Daniel Berteaud 2024-03-02 14:59:41 +01:00
parent 3b19b6a8c0
commit 5f9681e7d5
2 changed files with 0 additions and 3 deletions

View File

@ -135,8 +135,6 @@ job "miniflux" {
env {
LISTEN_ADDR = "127.0.0.1:8085"
BASE_URL = "https://flux.example.org"
}
template {

View File

@ -65,7 +65,6 @@ job "[[ .instance ]]" {
[[- if $c.prometheus.enabled ]]
METRICS_COLLECTOR = 1
[[- end ]]
[[ template "common/proxy_env" $c ]]
}
template {