Use 8080 as default port, like in the Kubernetes yamls

This commit is contained in:
Juan Font Alonso 2021-07-30 17:07:19 +02:00
parent 91bfb481c1
commit 4fb55e1684
4 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{
"server_url": "http://127.0.0.1:8000",
"listen_addr": "0.0.0.0:8000",
"server_url": "http://127.0.0.1:8080",
"listen_addr": "0.0.0.0:8080",
"private_key_path": "private.key",
"derp_map_path": "derp.yaml",
"ephemeral_node_inactivity_timeout": "30m",