Skip to content
Snippets Groups Projects
Commit 69910752 authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge branch 'feature/XX-2930/ipConfigOptions' into 'release'

XX-2930 / Update IP flags in server and gateway yaml files

See merge request elixxir/integration!98
parents 5a7b5dc0 2a1ab0d3
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ logLevel: 1 ...@@ -14,8 +14,8 @@ logLevel: 1
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50000" nodeAddress: "127.0.0.1:50000"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
#localAddress: "127.0.0.1" # Required field.
port: 8440 port: 8440
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -14,8 +14,8 @@ logLevel: 1 ...@@ -14,8 +14,8 @@ logLevel: 1
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50001" nodeAddress: "127.0.0.1:50001"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
#localAddress: "127.0.0.1" # Required field.
port: 8441 port: 8441
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -14,8 +14,8 @@ logLevel: 1 ...@@ -14,8 +14,8 @@ logLevel: 1
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50002" nodeAddress: "127.0.0.1:50002"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
#localAddress: "127.0.0.1" # Required field.
port: 8442 port: 8442
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -14,8 +14,8 @@ logLevel: 1 ...@@ -14,8 +14,8 @@ logLevel: 1
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50003" nodeAddress: "127.0.0.1:50003"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
#localAddress: "127.0.0.1" # Required field.
port: 8443 port: 8443
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -14,8 +14,8 @@ logLevel: 1 ...@@ -14,8 +14,8 @@ logLevel: 1
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:50004" nodeAddress: "127.0.0.1:50004"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
#localAddress: "127.0.0.1" # Required field.
port: 8444 port: 8444
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
errOutput: "results/servers/server-1.err" errOutput: "results/servers/server-1.err"
ipListOutput: "results/servers/iplist-1.txt" ipListOutput: "results/servers/iplist-1.txt"
port: 50000 port: 50000
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node1" name: "node1"
username: "cmix_server" username: "cmix_server"
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
errOutput: "results/servers/server-2.err" errOutput: "results/servers/server-2.err"
ipListOutput: "results/servers/iplist-2.txt" ipListOutput: "results/servers/iplist-2.txt"
port: 50001 port: 50001
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node2" name: "node2"
username: "cmix_server" username: "cmix_server"
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
errOutput: "results/servers/server-3.err" errOutput: "results/servers/server-3.err"
ipListOutput: "results/servers/iplist-3.txt" ipListOutput: "results/servers/iplist-3.txt"
port: 50002 port: 50002
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node3" name: "node3"
username: "cmix_server" username: "cmix_server"
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
errOutput: "results/servers/server-4.err" errOutput: "results/servers/server-4.err"
ipListOutput: "results/servers/iplist-4.txt" ipListOutput: "results/servers/iplist-4.txt"
port: 50003 port: 50003
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node4" name: "node4"
username: "cmix_server" username: "cmix_server"
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
errOutput: "results/servers/server-5.err" errOutput: "results/servers/server-5.err"
ipListOutput: "results/servers/iplist-5.txt" ipListOutput: "results/servers/iplist-5.txt"
port: 50004 port: 50004
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node5" name: "node5"
username: "cmix_server" username: "cmix_server"
......
...@@ -14,8 +14,8 @@ logLevel: 2 ...@@ -14,8 +14,8 @@ logLevel: 2
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:60000" nodeAddress: "127.0.0.1:60000"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
localAddress: "127.0.0.1" # Required field.
port: 9440 port: 9440
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -14,8 +14,8 @@ logLevel: 2 ...@@ -14,8 +14,8 @@ logLevel: 2
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:60001" nodeAddress: "127.0.0.1:60001"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
localAddress: "127.0.0.1" # Required field.
port: 9441 port: 9441
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -14,8 +14,8 @@ logLevel: 2 ...@@ -14,8 +14,8 @@ logLevel: 2
# The public IP address and port of the node associated with this gateway # The public IP address and port of the node associated with this gateway
nodeAddress: "127.0.0.1:60002" nodeAddress: "127.0.0.1:60002"
# The listening address of this gateway # Port for Gateway to listen on. Gateway must be the only listener on this port.
localAddress: "127.0.0.1" # Required field.
port: 9442 port: 9442
# The number of seconds a message should remain in the globals before being # The number of seconds a message should remain in the globals before being
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
log: "results/server-1.log" log: "results/server-1.log"
errOutput: "results/server-1.err" errOutput: "results/server-1.err"
port: 60000 port: 60000
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node1" name: "node1"
username: "cmix_server" username: "cmix_server"
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
ipListOutput: "results/ipList-2.txt" ipListOutput: "results/ipList-2.txt"
errOutput: "results/server-2.err" errOutput: "results/server-2.err"
port: 60001 port: 60001
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node2" name: "node2"
username: "cmix_server" username: "cmix_server"
......
...@@ -17,7 +17,7 @@ node: ...@@ -17,7 +17,7 @@ node:
ipListOutput: "results/ipList-3.txt" ipListOutput: "results/ipList-3.txt"
errOutput: "results/server-3.err" errOutput: "results/server-3.err"
port: 60002 port: 60002
listeningAddress: "127.0.0.1" addressOverride: "127.0.0.1"
database: database:
name: "node3" name: "node3"
username: "cmix_server" username: "cmix_server"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment