aboutsummaryrefslogtreecommitdiff
path: root/allium/config.py
blob: 67a1934b6df97ccaf520c99d538becdeec39f6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
'''
File: config.py

Configuration dict used in the generation of HTML documents

:output_root: path to output directory (created if not exists)
:onionoo_url: url to onionoo details document
'''

CONFIG = {
    'output_root': 'www',
    'onionoo_url': 'https://onionoo.torproject.org/details'
}