aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/config.py
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2019-09-05 22:27:24 -0700
committerJordan <me@jordan.im>2019-09-05 22:27:24 -0700
commit3bfdc6c0cb32e10247fc80634653b0683768d088 (patch)
treebd3cd83c08695d70fe968278551caf29c717643c /tor-metrics/config.py
parent0983cf45cd0494a80f7c9d16e75a240289165e56 (diff)
downloadallium-3bfdc6c0cb32e10247fc80634653b0683768d088.tar.gz
allium-3bfdc6c0cb32e10247fc80634653b0683768d088.zip
update documentation, improve naming, misc non-functional updates
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'