From 240c3a72f2735e7f5249e75df3c5d32c67f8bd8b Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 8 Jan 2024 00:38:42 +0000 Subject: [PATCH] etheroute-lon01: drop pomerium redis databroker --- ops/nixos/etheroute-lon01/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/ops/nixos/etheroute-lon01/default.nix b/ops/nixos/etheroute-lon01/default.nix index 18a4a3a30f..045eab846b 100644 --- a/ops/nixos/etheroute-lon01/default.nix +++ b/ops/nixos/etheroute-lon01/default.nix @@ -294,9 +294,6 @@ timeout_write = "0"; timeout_idle = "0"; - databroker_storage_type = "redis"; - databroker_storage_connection_string = "redis://127.0.0.1:6379/15"; - forward_auth_url = "https://fwdauth.int.lukegb.com"; authenticate_service_url = "https://auth.int.lukegb.com"; signout_redirect_url = "https://logged-out.int.lukegb.com";