From 1abe40639b50af7ee077a774f49b630a2e0be7b7 Mon Sep 17 00:00:00 2001 From: Harald Wagener Date: Wed, 21 Aug 2024 09:16:04 +0200 Subject: [PATCH] Update config.json.sample to use proper configuration key for http port `port` configuration key should be `http-port` --- etc/config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.json.sample b/etc/config.json.sample index 947f7e6..28d32e5 100644 --- a/etc/config.json.sample +++ b/etc/config.json.sample @@ -1,5 +1,5 @@ { - "port": 8181, + "http-port": 8181, "https-port": 8443, "ssl-cert": "etc/ssl-local-cert.pem", "ssl-key": "etc/ssl-local-key.pem",