aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/config.py
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-17 18:55:14 -0700
committerJordan <me@jordan.im>2020-09-17 18:55:14 -0700
commitcaffd07d85a2a181ecc6705c1198036e030da3d2 (patch)
tree61b0f29fb571b3a08b73d07c01d51e044e12523f /tor-metrics/config.py
parent6b2d5db77b3e17ab1eccec9483cfe1659ae56fa0 (diff)
downloadallium-caffd07d85a2a181ecc6705c1198036e030da3d2.tar.gz
allium-caffd07d85a2a181ecc6705c1198036e030da3d2.zip
change project name to allium, closes #4
Diffstat (limited to 'tor-metrics/config.py')
-rw-r--r--tor-metrics/config.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/tor-metrics/config.py b/tor-metrics/config.py
deleted file mode 100644
index 67a1934..0000000
--- a/tor-metrics/config.py
+++ /dev/null
@@ -1,13 +0,0 @@
-'''
-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'
-}