aboutsummaryrefslogtreecommitdiffstats
path: root/web/settings.py
blob: 7a6156f5616a6001ac5cc09c61cbf35d79846afe (plain)
1
2
3
4
5
6
7
settings = {
    "debug": True,
    "template_path": "templates",
    "static_path": "static",
    "cookie_secret": "toto",
    "login_url": "/login"
}