From 183b33db4d0ecb46b36a8cc57fc9ff30b9430ac6 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sun, 19 Jan 2025 21:34:06 +0000 Subject: [PATCH] refactor(matrix): remove unused Instagram registration config --- modules/matrix/jobspec.nomad.hcl | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/matrix/jobspec.nomad.hcl b/modules/matrix/jobspec.nomad.hcl index 432f19a..7882d50 100644 --- a/modules/matrix/jobspec.nomad.hcl +++ b/modules/matrix/jobspec.nomad.hcl @@ -132,7 +132,6 @@ job "matrix" { - server_name: "matrix.org" app_service_config_files: - /local/matrix-whatsapp-registration.yaml - - /data/matrix-instagram-registration.yaml turn_uris: [ "turn:turn.brmartin.co.uk?transport=udp", "turn:turn.brmartin.co.uk?transport=tcp" ] turn_shared_secret: "{{ with nomadVar "nomad/jobs/matrix/synapse/synapse" }}{{ .turn_shared_secret }}{{ end }}" turn_user_lifetime: 86400000