diff --git a/bin/autobahn-router/template-config.toml b/bin/autobahn-router/template-config.toml index 36ba6d2..1a521c4 100644 --- a/bin/autobahn-router/template-config.toml +++ b/bin/autobahn-router/template-config.toml @@ -102,13 +102,13 @@ re_snapshot_interval_secs = 1200 request_timeout_in_seconds = 300 [[sources.grpc_sources]] -name = "router-DFW" +name = "router-dfw" connection_string = "$DFW_RPC_HTTP_URL_WITHOUT_TOKEN" token = "$AMS_RPC_TOKEN" retry_connection_sleep_secs = 30 [[sources.quic_sources]] -name = "quic-client" +name = "quic-client-dfw" connection_string = "$DFW_RPC_QUIC_URL" retry_connection_sleep_secs = 1 enable_gso = false @@ -129,7 +129,7 @@ token = "$AMS_RPC_TOKEN" retry_connection_sleep_secs = 30 [[sources.quic_sources]] -name = "quic-client" +name = "quic-client-ams " connection_string = "$AMS_RPC_QUIC_URL" retry_connection_sleep_secs = 1 enable_gso = false