mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2025-02-05 16:34:43 +00:00
88b3a4c500
* Adds Server endpoints to the spec * Update local server port
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"entryFile": "src/http.ts",
|
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
|
"controllerPathGlobs": [
|
|
"src/http.ts"
|
|
],
|
|
"spec": {
|
|
"outputDirectory": "tsoa_build",
|
|
"specVersion": 3,
|
|
"securityDefinitions": {
|
|
"bearerAuth": {
|
|
"type": "http",
|
|
"scheme": "bearer",
|
|
"bearerFormat": "JWT"
|
|
}
|
|
},
|
|
"spec": {
|
|
"servers": [
|
|
{
|
|
"url": "https://voyager.lemmy.ml",
|
|
"description": "Lemmy Voyager: Testing environment"
|
|
},
|
|
{
|
|
"url": "https://ds9.lemmy.ml",
|
|
"description": "Lemmy ds9: Testing environment"
|
|
},
|
|
{
|
|
"url": "https://enterprise.lemmy.ml",
|
|
"description": "Lemmy Enterprise: Testing environment"
|
|
},
|
|
{
|
|
"url": "http://localhost:8536",
|
|
"description": "Local testing environment"
|
|
},
|
|
{
|
|
"url": "https://lemmy.ml",
|
|
"description": "Lemmy.ml"
|
|
},
|
|
{
|
|
"url": "https://lemmy.world",
|
|
"description": "Lemmy.world"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"routes": {
|
|
"routesDir": "tsoa_build"
|
|
}
|
|
}
|