{ "entryFile": "packages/api/src/index.ts", "noImplicitAdditionalProperties": "throw-on-extras", "controllerPathGlobs": ["packages/api/src/controllers/**/*.ts"], "routes": { "routesDir": "packages/api/src/generated", "middleware": "express", "authenticationModule": "packages/api/src/middleware/authentication.ts", "middlewareTemplate": "routes.hbs" }, "spec": { "outputDirectory": "packages/frontend/src/app/generated-api", "specVersion": 3, "securityDefinitions": { "bearerAuth": { "type": "http", "scheme": "Bearer", "description": "JWT token", "bearerFormat": "JWT" } }, "basePath": "/api/v1", "servers": ["localhost:8080/api/v1", "tkd-api.toni714.de/api/v1"], "info": { "title": "Tcc Member API", "description": "API for the TCC Member Database", "version": "1.0.0", "contact": { "name": "TCC", "url": "https://taekwondo-chemnitz-toni714.de/kontakt", "email": "toniwalter.blue@gmail.com" } } } }