Remove unnecessary quotes from properties files
There doesn't seem to be a special treatment of them in properties files #32 - Docker image
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
inbound.nickname="MuWire"
|
inbound.nickname=MuWire
|
||||||
outbound.nickname="MuWire"
|
outbound.nickname=MuWire
|
||||||
inbound.length="3"
|
inbound.length=3
|
||||||
inbound.quantity="4"
|
inbound.quantity=4
|
||||||
outbound.length="3"
|
outbound.length=3
|
||||||
outbound.quantity="4"
|
outbound.quantity=4
|
||||||
i2cp.tcp.host="127.0.0.1"
|
i2cp.tcp.host=127.0.0.1
|
||||||
i2cp.tcp.port=7654
|
i2cp.tcp.port=7654
|
||||||
|
@ -1 +1 @@
|
|||||||
i2cp.tcp.host="172.17.0.1"
|
i2cp.tcp.host=172.17.0.1
|
||||||
|
Reference in New Issue
Block a user