-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsoa.json
More file actions
28 lines (28 loc) · 847 Bytes
/
tsoa.json
File metadata and controls
28 lines (28 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"entryFile": "src/server.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": [
"./src/**/*controller.ts"
],
"spec": {
"outputDirectory": "./src/swagger",
"specVersion": 3,
"servers": [
"localhost:2012",
"df-2-0-aima-metrics-service.onrender.com"
],
"tags": [
{
"name": "Metrics",
"description": "This is a metrics management service that collects metric from prometheus based on the services its monitoring, filters, query prometheus and distributed a formatted data to a message broker",
"externalDocs": {
"description": "Find out more about Metric Management",
"url": "https://github.com/Developer-s-Foundry/DF-2.0-AIMA-Metrics-Service"
}
}
]
},
"routes": {
"routesDir": "./src/swagger"
}
}