aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/torouter-web/src/config.py')
-rw-r--r--packages/torouter-web/src/config.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/torouter-web/src/config.py b/packages/torouter-web/src/config.py
deleted file mode 100644
index f3f8dcc..0000000
--- a/packages/torouter-web/src/config.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# tui, Tor web UI
-# by Arturo Filasto' <hellais@torproject.org>
-#
-
-import web, os
-
-cache = False
-
-globals = {}
-
-# Add your own (username, password) pair
-authinfo = ("test", "test")
-
-interfaces_file = os.getcwd() + "/../../torouter-prep/configs/interfaces"
-#torrc_file = os.getcwd() + "/../../torouter-prep/configs/torrc"
-torrc_file = "/tmp/torrc"
-