summaryrefslogtreecommitdiff
path: root/config/default.json
blob: 076d672f569fda9d14a23e908ec41fb75436a9dc (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":"/usr/share/ceres/static",
		"templates":"/usr/share/ceres/templates",
		"storage":"/var/lib/ceres"
	},
	"database":{
		"socket":"/run/mysqld/mysqld.sock",
		"user":"ceres",
		"database":"ceres"
	}
}