aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.json
blob: 7d291753d446a0fd5450eea20712c9be332bfe36 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "host": "localhost",
  "port": 3030,
  "public": "../public/",
  "paginate": {
    "default": 10,
    "max": 50
  }
}