diff options
Diffstat (limited to 'app/frontend/deploy/frontend-tricot-prod.hcl')
-rw-r--r-- | app/frontend/deploy/frontend-tricot-prod.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/frontend/deploy/frontend-tricot-prod.hcl b/app/frontend/deploy/frontend-tricot-prod.hcl index 7e1470a..804345b 100644 --- a/app/frontend/deploy/frontend-tricot-prod.hcl +++ b/app/frontend/deploy/frontend-tricot-prod.hcl @@ -66,7 +66,7 @@ TRICOT_CONSUL_CLIENT_CERT=/etc/tricot/consul-client.crt TRICOT_CONSUL_CLIENT_KEY=/etc/tricot/consul-client.key TRICOT_HTTP_BIND_ADDR=[::]:80 TRICOT_HTTPS_BIND_ADDR=[::]:443 -RUST_LOG=tricot=trace +RUST_LOG=tricot=debug EOH destination = "secrets/env" env = true |