[collector/master] Remove quotes around base URL in index.json.

commit 0541b860894875188f31f6b5eeabd8db6cadd061 Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Mon Aug 22 12:08:58 2016 +0200 Remove quotes around base URL in index.json. Fixes #19924, spotted by iwakeh. --- CHANGELOG.md | 6 ++++++ src/main/resources/collector.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931f29a..a8be9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Changes in version 1.1.0 - 2016-08-31 + + * Minor changes + - Remove quotes around base URL in index.json. + + # Changes in version 1.0.1 - 2016-08-22 * Medium changes diff --git a/src/main/resources/collector.properties b/src/main/resources/collector.properties index f9b71bb..15b15aa 100644 --- 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 = .
participants (1)
-
karsten@torproject.org