aboutsummaryrefslogtreecommitdiffstats
path: root/web/settings.py
blob: 98c490b90b3953f5edcb8f7e91d5be9916bfd7bb (plain)
1
2
3
4
5
6
7
8
settings = {
    "debug": True,
    "template_path": "templates",
    "static_path": "static",
    "cookie_secret": "toto",
    "login_url": "/login",
    "book": "../Bloy_-_Le_Sang_du_pauvre,_Stock,_1932.djvu"
}