aboutsummaryrefslogtreecommitdiff
path: root/config.def.py
blob: f38af45fcdda2bf58b04275604bd80cd6a655793 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copy this to config.py

MAPPING = {
    "runxiyu": (
        "me@runxiyu.org",
        "runxiyu.json",
        'https://runxiyu.org/',
        'Runxi Yu'
    ),
}

PORT = 5728
MAIL_HOST = "andrewyu.org"
MAIL_PREFIX = "qbox"
MAILDIR_LOCATION = "/srv/qbox/mail/Inbox"