disable swagger

This commit is contained in:
André Roth
2024-10-15 12:09:33 +02:00
parent c7d89a7910
commit fe8e99115f
5 changed files with 17 additions and 14 deletions
+2 -1
View File
@@ -100,8 +100,9 @@ The legacy json configuration is still supported (and also supports comments):
// Enable metrics for Prometheus client
"enableMetricsEndpoint": false,
// Not implemented in this version.
// Enable API documentation on /docs
"enableSwaggerEndpoint": false,
//"enableSwaggerEndpoint": false,
// OBSOLETE: use via url param ?_async=true
"AsyncAPI": false,