about summary refs log tree commit diff
path: root/ops/keycloak/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'ops/keycloak/main.tf')
-rw-r--r--ops/keycloak/main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/keycloak/main.tf b/ops/keycloak/main.tf
index c18f4a1789..923ac19397 100644
--- a/ops/keycloak/main.tf
+++ b/ops/keycloak/main.tf
@@ -37,7 +37,7 @@ resource "keycloak_realm" "tvl" {
     from_display_name = "The Virus Lounge"
     host              = "127.0.0.1"
     port              = "25"
-    reply_to          = "depot@tazj.in"
+    reply_to          = "depot@tvl.su"
     ssl               = false
     starttls          = false
   }