From 6f65c77ad3c8b43b452bca648880e060a7fdfcb5 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 28 Dec 2020 19:11:25 +0000 Subject: [PATCH] etheroute-lon01: fix databroker connection string --- ops/nixos/etheroute-lon01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nixos/etheroute-lon01/default.nix b/ops/nixos/etheroute-lon01/default.nix index e2fe887fc4..7a36d1bc01 100644 --- a/ops/nixos/etheroute-lon01/default.nix +++ b/ops/nixos/etheroute-lon01/default.nix @@ -183,7 +183,7 @@ in { idp_client_id = "136257844546-qsa6hi1oqqoq2bnt93deo4e70ggbn1p8.apps.googleusercontent.com"; databroker_storage_type = "redis"; - databroker_storage_url = "redis://127.0.0.1:6379/15"; + 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";