summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-27 12:02:25 +0100
committerRory& <root@rory.gay>2025-12-27 12:02:25 +0100
commit4d6c7440f7a044054ce4e9b32bc730387dbb1075 (patch)
tree72ffb0174e928a7c48f093afd429b1051fff0a40
parentSpacebar secret paths (diff)
downloadRory-Open-Architecture-4d6c7440f7a044054ce4e9b32bc730387dbb1075.tar.xz
We dont rabbitmq in this neighborhood
-rw-r--r--host/Rory-ovh/services/containers/spacebar/services/spacebar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix

index 7f75e1e..4210fa6 100644 --- a/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix +++ b/host/Rory-ovh/services/containers/spacebar/services/spacebar.nix
@@ -19,7 +19,7 @@ in mailjetApiSecretPath = "/run/secrets/spacebar/mailjetApiSecret"; # smtpPasswordPath = "/run/secrets/spacebar/smtpPassword"; gifApiKeyPath = "/run/secrets/spacebar/gifApiKey"; - rabbitmqHostPath = "/run/secrets/spacebar/rabbitmqHost"; + # rabbitmqHostPath = "/run/secrets/spacebar/rabbitmqHost"; abuseIpDbApiKeyPath = "/run/secrets/spacebar/abuseIpDbApiKey"; captchaSecretKeyPath = "/run/secrets/spacebar/captchaSecretKey"; captchaSiteKeyPath = "/run/secrets/spacebar/captchaSiteKey";