[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #19924 [Metrics/CollecTor]: collector.properties: base url should not be in quotes
#19924: collector.properties: base url should not be in quotes
-----------------------------------+--------------------
Reporter: iwakeh | Owner: iwakeh
Type: defect | Status: new
Priority: Low | Milestone:
Component: Metrics/CollecTor | Version:
Severity: Minor | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
-----------------------------------+--------------------
The default `collector.properties` base url should not be in quotes,
i.e.
{{{
--- a/src/main/resources/collector.properties
+++ b/src/main/resources/collector.properties
@@ -47,7 +47,7 @@ UpdateindexOffsetMinutes = 0
######## General Properties ########
# The URL of this instance. This will be the base URL
# written to index.json
-InstanceBaseUrl = "https://collector.torproject.org"
+InstanceBaseUrl = https://collector.torproject.org
# The target location for index.json and its compressed
# versions index.json.gz, index.json.bz2, and index.json.xz
IndexPath = .
}}}
This prevents the following in `index.json`
{{{
... ,"path":"\"https://collector.torproject.org\"",...
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19924>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs