aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/config.py')
-rw-r--r--tor-metrics/config.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tor-metrics/config.py b/tor-metrics/config.py
index 4fc8d3d..67a1934 100644
--- a/tor-metrics/config.py
+++ b/tor-metrics/config.py
@@ -1,3 +1,12 @@
+'''
+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'