6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-20 22:08:21 +00:00
prologic-saltyim/example-config.yml
xuu 7ccd59efc0 feat: make endpoint uniform. add profiles (#30)
Co-authored-by: Jon Lundy <jon@xuu.cc>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/30
Co-authored-by: xuu <xuu@noreply@mills.io>
Co-committed-by: xuu <xuu@noreply@mills.io>
2022-03-21 00:31:59 +00:00

18 lines
578 B
YAML

# debug enables debug logging
debug: false
identity: ~/.config/salty/example.key
endpoint: https://domain.tld/example
user: example@domain.tld
# profiles are entries of identities and their endpoint config.
# The identity in the root config is default. Use -u to choose alternate profile.
profiles:
# # user is the friendly name for the user in chats.
# - user: user@example.com
# # endpoint is the broker endpoint address
# endpoint: https://example.com/salty/user
# # identity is the location of the private key
# identity: ~/.config/salty/user.key