From cc8d72cba740fcefbffd0af03fce3e478843bc35 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 20 Jun 2024 03:18:42 +0000 Subject: [PATCH] update default listen port to 80 --- configs/config.template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.template.json b/configs/config.template.json index 0b9c115..52968a3 100644 --- a/configs/config.template.json +++ b/configs/config.template.json @@ -1,5 +1,5 @@ { - "listenPort": 8082, + "listenPort": 80, "ldapURL": "ldap://localhost", "basedn": "dc=example,dc=com", "sessionSecretKey": "super secret key",