Skip to content

Commit

Permalink
bug: example/default config should work without additional edits
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Apr 1, 2024
1 parent f5029d4 commit b1b6bd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions talaria.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,15 @@ device:
# authKey is the basic auth token used for sending messages to the receiver.
# (Optional) defaults to no auth token
# WARNING: This is an example auth token. DO NOT use this in production.
authKey: YXV0aEhlYWRlcg==
authKey: dXNlcjpwYXNz

# inbound configures the api inbound requests.
# (Optional) defaults described below
inbound:
# authKey is the basic auth token incoming api requests like /stat, and /devices
# (Optional) defaults to no auth token
# WARNING: This is an example auth token. DO NOT use this in production.
authKey: YXV0aEhlYWRlcg==
authKey: dXNlcjpwYXNz

# The timeout for all inbound HTTP requests.
# (Optional) defaults to 120s
Expand Down Expand Up @@ -636,4 +636,4 @@ zap:

#(Optional) failOpen determines if talaria should allow devices without authentication to connect or not
#default is to allow for fail open
failOpen: true
failOpen: true

0 comments on commit b1b6bd1

Please sign in to comment.