Rivista/configuration.toml

16 lines
450 B
TOML
Raw Permalink Normal View History

# An account to connect XMPP Journal Publisher to the XMPP network.
2024-07-08 23:26:18 +02:00
[account]
xmpp = "" # Jabber ID.
pass = "" # Password.
# A default node, when no arguments are set.
[default]
pubsub = "pubsub.woodpeckersnest.space" # Jabber ID.
nodeid = "PlanetJabber" # Node ID.
# Settings
[settings]
service = 1 # Enable server as a service.
include = "" # Limit service to a given domain.
operator = "" # A Jabber ID to contact with, in case of an error.