disable debug by default; fixes #9

pull/17/head
Ricardo Pardini 2019-01-16 20:53:45 +01:00
parent 686e8ae021
commit 7737bf807a
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ ENV AUTH_REGISTRIES="some.authenticated.registry:oneuser:onepassword another.reg
# Should we verify upstream's certificates? Default to true.
ENV VERIFY_SSL="true"
# Enable debugging mode; this inserts mitmproxy/mitmweb between the CONNECT proxy and the caching layer
ENV DEBUG="true"
ENV DEBUG="false"
# Enable nginx debugging mode; this uses nginx-debug binary and enabled debug logging, which is VERY verbose so separate setting
ENV DEBUG_NGINX="false"