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:
2020-01-14 18:42:51 +01:00
parent 8a08955675
commit 03e20e21aa
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
i2cp.tcp.host="172.17.0.1"
i2cp.tcp.host=172.17.0.1