diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-23 18:00:07 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-23 18:00:07 +0200 |
commit | 5994e41ad1fdba931ae488d8e0efb13f3e505c18 (patch) | |
tree | 342f432cc0a4598570672f7f8d66d7fa400aa693 /app/frontend/deploy | |
parent | 02b1e6200c6f2acf85e4471ea341adde8e93ec9c (diff) | |
download | nixcfg-5994e41ad1fdba931ae488d8e0efb13f3e505c18.tar.gz nixcfg-5994e41ad1fdba931ae488d8e0efb13f3e505c18.zip |
Add jitsi
Diffstat (limited to 'app/frontend/deploy')
-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 |