Rivista/configuration.toml
Schimon Jehudah, Adv. e07ff6e838 Rename project to XMPP Journal Publisher;
Retrieve dates of PubSub node items;
Improve CSS stylesheet;
Fix JS error.
2024-07-11 20:56:20 +03:00

15 lines
443 B
TOML

# An account to connect XMPP Journal Publisher to the XMPP network.
[account]
xmpp = "" # Jabber ID.
pass = "" # Password.
# A default node, when no arguments are set.
[default]
pubsub = "blog.jmp.chat" # Jabber ID.
nodeid = "urn:xmpp:microblog:0" # 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.