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