diff options
Diffstat (limited to 'files/usr/local/etc/mollysocket.conf.xmpp_server')
-rw-r--r-- | files/usr/local/etc/mollysocket.conf.xmpp_server | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/usr/local/etc/mollysocket.conf.xmpp_server b/files/usr/local/etc/mollysocket.conf.xmpp_server new file mode 100644 index 0000000..9fd83c9 --- /dev/null +++ b/files/usr/local/etc/mollysocket.conf.xmpp_server @@ -0,0 +1,5 @@ +host = "127.0.0.1" +port = ${mollysocket_local_port} +webserver = true +allowed_endpoints = ["https://${prosody_public_fqdn}/"] +vapid_privkey = "${mollysocket_vapid_key}" |