summaryrefslogtreecommitdiff
path: root/config/debug.json
blob: 8333e1e4f0d48a28c0202c9d9bdc4245bfd910a3 (plain)
1
2
3
4
5
6
7
8
{
	"http":{
		"bind_host":"127.0.0.1",
		"bind_port":"8080",
		"static":"./data/static",
		"templates":"./data/templates"
	}
}