tiny-url-ex/aicra.json

18 lines
238 B
JSON
Raw Normal View History

2018-10-01 10:29:25 +00:00
{
"root": ".",
"host": "127.0.0.1",
"port": 8080,
"driver": "plugin",
"types": {
"default": true,
"folder": "type"
},
"controllers": {
2018-10-01 17:28:54 +00:00
"folder": "controller.plugin"
2018-10-01 10:29:25 +00:00
},
"middlewares": {
2018-10-01 17:28:54 +00:00
"folder": "middleware.plugin"
2018-10-01 10:29:25 +00:00
}
}