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
@@ -136,7 +136,8 @@ func (s *ConfigSuite) TestSaveConfig(c *C) {
" \"AsyncAPI\": false,\n"+
" \"enableMetricsEndpoint\": false,\n"+
" \"logLevel\": \"info\",\n"+
" \"logFormat\": \"json\"\n"+
" \"logFormat\": \"json\",\n"+
" \"serveInAPIMode\": false\n"+
"}")
}