etheroute-lon01: fix databroker connection string
This commit is contained in:
parent
2c0de76c8b
commit
6f65c77ad3
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue