Updated configuration to point to development server

This commit is contained in:
2025-09-27 11:06:11 +02:00
parent c7903afb0e
commit 4fd734005a
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
},
"AllowedHosts": "*",
"Ldap": {
"Host": "localhost",
"Port": 389,
"Host": "ld50.dev",
"Port": 8389,
"UseSsl": false,
"BindDn": "cn=admin,dc=localhost",
"BindPassword": "TestLDAP",