mirror of https://github.com/zlatinb/muwire
Remove unnecessary quotes from properties files
There doesn't seem to be a special treatment of them in properties files #32 - Docker imagepull/33/head
parent
8a08955675
commit
03e20e21aa
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
i2cp.tcp.host="172.17.0.1"
|
||||
i2cp.tcp.host=172.17.0.1
|
||||
|
|
Loading…
Reference in New Issue