Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: example/default config should work without additional edits #407

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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
Loading