Skip to content

Commit

Permalink
updating name in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Nov 4, 2024
1 parent 299a0a2 commit 752bd7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/autobahn-router/template-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 752bd7d

Please sign in to comment.