diff options
Diffstat (limited to 'app/deployment')
-rw-r--r-- | app/deployment/email.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/email.hcl b/app/deployment/email.hcl index 86c4d87..898cfbc 100644 --- a/app/deployment/email.hcl +++ b/app/deployment/email.hcl @@ -424,7 +424,7 @@ job "email" { ] } env { - FAKE = 2 + FAKE = 1 } /* Workaround as there is no consul source and no way to template recursively... */ |