From 03e20e21aa7dcc8375cda7799ad08c16c6ac6dc3 Mon Sep 17 00:00:00 2001 From: LoveIsGrief Date: Tue, 14 Jan 2020 18:42:51 +0100 Subject: [PATCH] Remove unnecessary quotes from properties files There doesn't seem to be a special treatment of them in properties files #32 - Docker image --- core/src/main/resources/defaults/i2p.properties | 14 +++++++------- docker/rootfs/muwire/.MuWire/i2p.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/src/main/resources/defaults/i2p.properties b/core/src/main/resources/defaults/i2p.properties index 6205ea9a..ba54cebd 100644 --- a/core/src/main/resources/defaults/i2p.properties +++ b/core/src/main/resources/defaults/i2p.properties @@ -1,8 +1,8 @@ -inbound.nickname="MuWire" -outbound.nickname="MuWire" -inbound.length="3" -inbound.quantity="4" -outbound.length="3" -outbound.quantity="4" -i2cp.tcp.host="127.0.0.1" +inbound.nickname=MuWire +outbound.nickname=MuWire +inbound.length=3 +inbound.quantity=4 +outbound.length=3 +outbound.quantity=4 +i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654 diff --git a/docker/rootfs/muwire/.MuWire/i2p.properties b/docker/rootfs/muwire/.MuWire/i2p.properties index 0cd066ee..a70cbd46 100644 --- a/docker/rootfs/muwire/.MuWire/i2p.properties +++ b/docker/rootfs/muwire/.MuWire/i2p.properties @@ -1 +1 @@ -i2cp.tcp.host="172.17.0.1" +i2cp.tcp.host=172.17.0.1