summaryrefslogtreecommitdiff
path: root/config.json
blob: 3400e3ab032b0b3b4037017e6d8e6943d1025434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "port" : "8000",
    "allowed" : [
		"static/rss.xml",
		"static/card",
		"static/css/main.css",
		"static/logos/FirstInitialLogo.svg",
		"static/logos/FullNameLogo.svg",
		"static/logos/favicon.png",
		"static/logos/favicon.svg",
		"static/logos/favicon16.png",
		"static/logos/favicon32.png",
		"static/robots.txt",
		"static/home.html"
    ],
    "HomeHtml": "static/home.html",
    "MainTemplate" : "templates/template.html",
    "ErrorTemplate" : "templates/error.html"
}