34 lines
850 B
JSON
34 lines
850 B
JSON
{
|
|
"entryFile": "src/app.ts",
|
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
|
"controllerPathGlobs": ["src/controllers/**/*-controller.ts"],
|
|
"spec": {
|
|
"outputDirectory": "src/",
|
|
"specVersion": 3,
|
|
"securityDefinitions": {
|
|
"keycloak": {
|
|
"type": "apiKey",
|
|
"name": "Authorization",
|
|
"description": "Keycloak Bearer Token",
|
|
"in": "header"
|
|
}
|
|
},
|
|
"spec": {
|
|
"tags": [
|
|
{ "name": "OpenAPI" },
|
|
{ "name": "Address" },
|
|
{ "name": "Branch" },
|
|
{ "name": "User" },
|
|
{ "name": "Branch User" },
|
|
{ "name": "User Branch" },
|
|
{ "name": "Customer" },
|
|
{ "name": "Customer Branch" },
|
|
{ "name": "Employee" }
|
|
]
|
|
}
|
|
},
|
|
"routes": {
|
|
"routesDir": "src/",
|
|
"authenticationModule": "src/middlewares/auth.ts"
|
|
}
|
|
}
|