uplink/config/default.json

10 lines
122 B
JSON
Raw Normal View History

2018-09-10 00:34:08 +00:00
{
"host": "localhost",
"port": 3030,
"public": "../public/",
"paginate": {
"default": 10,
"max": 50
}
}