etheroute-lon01: fix databroker connection string

This commit is contained in:
Luke Granger-Brown 2020-12-28 19:11:25 +00:00
parent 2c0de76c8b
commit 6f65c77ad3

View file

@ -183,7 +183,7 @@ in {
idp_client_id = "136257844546-qsa6hi1oqqoq2bnt93deo4e70ggbn1p8.apps.googleusercontent.com"; idp_client_id = "136257844546-qsa6hi1oqqoq2bnt93deo4e70ggbn1p8.apps.googleusercontent.com";
databroker_storage_type = "redis"; 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"; forward_auth_url = "https://fwdauth.int.lukegb.com";
authenticate_service_url = "https://auth.int.lukegb.com"; authenticate_service_url = "https://auth.int.lukegb.com";