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

MAPPING = {
    "username": (
        "email@example.tld",
        "path-to-config.json",
        'https://homepage.example.tld/',
        'Full Name'
    ),
}

PORT = 5728
MAIL_HOST = "andrewyu.org"
MAIL_ADDR = "qbox@andrewyu.org"