feat: make endpoint uniform. add profiles (#30)
Co-authored-by: Jon Lundy <jon@xuu.cc> Reviewed-on: prologic/saltyim#30 Co-authored-by: xuu <xuu@noreply@mills.io> Co-committed-by: xuu <xuu@noreply@mills.io>xuu/aahha
parent
b496aed878
commit
7ccd59efc0
@ -0,0 +1,17 @@ |
||||
# 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 |
||||
|
Loading…
Reference in new issue