xmpp-site/config.py.sample

18 lines
579 B
Plaintext

SECRET_KEY = "FNORD" # put a long *securely* random string in here, use pwgen or whatever
# That's all that's really needed, look into defaults.py for an authoritative
# definition of what other configuration variables exist.
#
# Of special importance:
#
# * XMPP_DOMAIN and API_BASE_URL
# Must *both* be correct for invite-based registration to work.
#
# * WEBSOCKET_URL
# The more modern way of connecting Converse.JS
# Either this or BOSH_URL **MUST** be set.
#
# * BOSH_URL
# The older way of connecting Converse.JS
# Either this or WEBSOCKET_URL **MUST** be set.