[tor-commits] [collector/master] Change path defaults.

karsten at torproject.org karsten at torproject.org
Fri Aug 5 10:06:52 UTC 2016


commit 4b9b08283c30b9401adfb9c7da45e669147f2217
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Fri Aug 5 11:26:06 2016 +0200

    Change path defaults.
    
    Change path defaults to match those of the main CollecTor instance.
    
    Implements #19840.
---
 src/main/resources/collector.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/collector.properties b/src/main/resources/collector.properties
index 04b2469..61309d0 100644
--- a/src/main/resources/collector.properties
+++ b/src/main/resources/collector.properties
@@ -34,10 +34,10 @@ UpdateindexOffsetMinutes = 0
 ######## General Properties ########
 InstanceBaseUrl = "https://collector.torproject.org"
 LockFilePath = lock
-IndexPath = out/index
-ArchivePath = out/archive
-RecentPath = out/recent
-StatsPath = out/stats
+IndexPath = .
+ArchivePath = archive
+RecentPath = recent
+StatsPath = stats
 ######## Relay descriptors ########
 #
 ## Read cached-* files from a local Tor data directory





More information about the tor-commits mailing list