blob: 33ff4a4a8d5323f9605081f5b9e1cda34f89d4e1 (
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":"/usr/share/ceres/static",
"templates":"/usr/share/ceres/templates"
},
"database":{
"socket":"/run/mysqld/mysqld.sock",
"database":"ceres",
"migrations":"/usr/share/ceres/migrations"
}
}
|