Files
nodepool/nodepool/tests/fixtures/webapp.yaml
Tristan Cacqueray a0159428d7 Add webapp port and listen_address configuration
This change adds a webapp settings to nodepool.yaml to enable custom setting
for port and listen_address.

Change-Id: I0f41a0b131bc2a09c47a448c65471e052c0a9e88
2017-06-09 13:56:36 +00:00

4 lines
51 B
YAML

webapp:
port: 8080
listen_address: '127.0.0.1'