-
Notifications
You must be signed in to change notification settings - Fork 10
/
localsettings.yaml
41 lines (33 loc) · 1.09 KB
/
localsettings.yaml
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
31
32
33
34
35
36
37
38
39
40
41
####################################
# jabber.at homepage configuration #
####################################
# List of hostnames where your homepage can be reached
ALLOWED_HOSTS:
- localhost
# Set this to a unique random value and keep it secret
SECRET_KEY: dummy
#######################
# Email configuration #
#######################
# See also: https://docs.djangoproject.com/en/3.0/topics/email/
# Configure an SMTP server to send emails, see Django documentation for available settings
#EMAIL_HOST: ...
#EMAIL_PORT: ...
#DEFAULT_FROM_EMAIL: [email protected]
# Development: log emails to stdout:
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
DEFAULT_FROM_EMAIL: hp@localhost
######################
# XMPP configuration #
######################
# Connection to the XMPP server. For more information, see:
# http://xmpp-backends.readthedocs.io/en/latest/
XMPP_BACKENDS:
default:
BACKEND: xmpp_backends.dummy.DummyBackend
domains: localhost
XMPP_HOSTS:
localhost:
ALLOWED_HOSTS: localhost
DEFAULT_XMPP_HOST: localhost
CONTACT_ADDRESS: hp@localhost