aboutsummaryrefslogtreecommitdiff
path: root/config.def.py
blob: 4d3fb2a0a2e7656a95c2d3f2fa3662083813eb2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"