aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/config.py
blob: aff1f8b25e29e4a0a2288cc0ec1c927a3683dc25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# tui, Tor web UI
# by Arturo Filasto' <hellais@torproject.org>
#

import web, os

cache = False

globals = {}

authinfo = ("test", "test")