-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml.example
30 lines (25 loc) · 1.07 KB
/
config.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Add definitions here to override the defaults. Take a look at
# defaults.yaml for a complete set of possible settings keys. The
# settings here need to be customised, all others are optional.
# The fully qualified domain name of this server
# (the Libertree backend component)
domain: libertree.localhost
# The shared secret between XMPP server and the Libertree backend
shared_secret: 'secret'
# The URL base of the frontend web interface (used for URL substitution)
frontend_url_base: 'https://oak.elephly.net'
# The administrator's email address to allow other
# Libertree administrators to contact you.
contact: [email protected]
# What the system will use for sending email
smtp:
host: mail.example.org
port: 25
username: exampleusername
password: examplepassword
authentication: plain # plain, login, cram_md5, or comment out for no auth
helo_domain: localhost.localdomain
starttls_auto: false
ssl: false
from_address: [email protected]
# openssl_verify_mode: none # Either comment out, or choose: none, peer, client_once, fail_if_no_peer_cert