make serving published repos in api mode configurable

This commit is contained in:
Markus Muellner
2023-03-20 11:55:47 +01:00
committed by Benj Fassbind
parent f74217ed9c
commit 0fdba29d51
6 changed files with 21 additions and 14 deletions
+2 -1
View File
@@ -27,5 +27,6 @@
"AsyncAPI": false,
"enableMetricsEndpoint": true,
"logLevel": "debug",
"logFormat": "default"
"logFormat": "default",
"serveInAPIMode": true
}