Skip to content

Commit

Permalink
Rename connection_timeout to connect_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Aug 28, 2024
1 parent 85f0e43 commit 17e96e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
nats:
url: nats://nats:4222
creds_file: /etc/nats/nats.creds
connection_timeout: 60s
connect_timeout: 60s
kv_replication: 1
app_name: flipflop
otel:
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endpoints:
oidc_client_scopes:
url: http://fleetdb:8000
nats:
connection_timeout: 60s
connect_timeout: 60s
kv_replication: 1
creds_file: /etc/nats/nats.creds
url: nats://nats:4222
Expand Down

0 comments on commit 17e96e1

Please sign in to comment.