Ports configuration refactoring

Ports configuration has been changed:

before:

  port: 123:3333

after:

  port:
    cont: 123
    node: 3333

Change-Id: I4b79c87e1e611a23fe8be9b48b0af50d8e98566c
Depends-On: I54ab8dd02fc88b821a1f0d05c08f98b618730150
This commit is contained in:
Andrey Pavlov 2016-10-19 18:30:01 +00:00
parent 1bd192b362
commit 61f909dd34
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
configs:
memcached:
address: 0.0.0.0
port: 11211
port:
cont: 11211
ram: 256