mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-08 05:50:47 +00:00
make serving published repos in api mode configurable
This commit is contained in:
committed by
Benj Fassbind
parent
f74217ed9c
commit
0fdba29d51
+2
-1
@@ -148,7 +148,8 @@ class BaseTest(object):
|
||||
"ppaCodename": "",
|
||||
"enableMetricsEndpoint": True,
|
||||
"logLevel": "debug",
|
||||
"logFormat": "default"
|
||||
"logFormat": "default",
|
||||
"serveInAPIMode": True
|
||||
}
|
||||
configOverride = {}
|
||||
environmentOverride = {}
|
||||
|
||||
Reference in New Issue
Block a user