summaryrefslogtreecommitdiff
path: root/config/default.json
blob: 77107745d5138f0f60311674ab20a4d7eb451152 (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",
		"database":"ceres",
		"migrations":"/usr/share/ceres/migrations"
	}
}