add meta-config

This commit is contained in:
Adrien Marquès 2018-10-01 12:29:25 +02:00
parent df585be566
commit 6c364e9317
1 changed files with 18 additions and 0 deletions

18
aicra.json Normal file
View File

@ -0,0 +1,18 @@
{
"root": ".",
"host": "127.0.0.1",
"port": 8080,
"driver": "plugin",
"types": {
"default": true,
"folder": "type"
},
"controllers": {
"folder": "controller"
},
"middlewares": {
"folder": "middleware"
}
}