update default listen port to 80

This commit is contained in:
Arthur Lu 2025-02-11 07:09:48 +00:00
parent 311a3e332d
commit 5c9015ec0c

View File

@ -1,5 +1,5 @@
{
"listenPort": 8082,
"listenPort": 80,
"ldapURL": "ldap://localhost",
"basedn": "dc=example,dc=com",
"sessionSecretKey": "super secret key",