summaryrefslogtreecommitdiff
path: root/config/debug.json
blob: b3f5cbdff89f564126705c37f0ce790bf205584d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"http":{
		"bind_host":"127.0.0.1",
		"bind_port":"8080",
		"static":"./data/static",
		"templates":"./data/templates"
	},
	"database":{
		"socket":"/run/mysqld/mysqld.sock",
		"database":"ceres",
		"migrations":"./sql"
	}
}