example_configs: Change Grocy example config Port

This commit is contained in:
broemp
2025-05-04 02:04:45 +02:00
committed by GitHub
parent 9978111bec
commit 0a5b2d4c46
+1 -1
View File
@@ -10,7 +10,7 @@ Replace `dc=example,dc=com` with your LLDAP configured domain.
Needs to be set to `Grocy\Middleware\LdapAuthMiddleware` in order to use LDAP
### LDAP_ADDRESS
The address of your ldap server, eg: `ldap://lldap.example.com:389`
The address of your ldap server, eg: `ldap://lldap.example.com:3890`
### LDAP_BASE_DN
The base dn, usually points directly to the `people`, eg: `ou=people,dc=example,dc=com`