aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/options.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-10-06 14:41:46 +0200
committerGitHub <noreply@github.com>2019-10-06 14:41:46 +0200
commit902ef59d01f45613ce33520159e157697bcc6f9f (patch)
tree53d98b7e623ab1538b6bd53ff158d46e5f6977fc /mitmproxy/options.py
parentc88d3a943109132010a932aca82411a1527d934a (diff)
downloadmitmproxy-902ef59d01f45613ce33520159e157697bcc6f9f.tar.gz
mitmproxy-902ef59d01f45613ce33520159e157697bcc6f9f.tar.bz2
mitmproxy-902ef59d01f45613ce33520159e157697bcc6f9f.zip
Move onboardingapp from tornado to flask (#3661)
Diffstat (limited to 'mitmproxy/options.py')
-rw-r--r--mitmproxy/options.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mitmproxy/options.py b/mitmproxy/options.py
index 69ffd033..1583e9fc 100644
--- a/mitmproxy/options.py
+++ b/mitmproxy/options.py
@@ -5,6 +5,7 @@ from mitmproxy.net import tls
CONF_DIR = "~/.mitmproxy"
+CONF_BASENAME = "mitmproxy"
LISTEN_PORT = 8080
CONTENT_VIEW_LINES_CUTOFF = 512
KEY_SIZE = 2048