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

@@ -5,8 +5,8 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
}, },
"Ldap": { "Ldap": {
"Host": "localhost", "Host": "ld50.dev",
"Port": 389, "Port": 8389,
"UseSsl": false, "UseSsl": false,
"BindDn": "cn=admin,dc=localhost", "BindDn": "cn=admin,dc=localhost",
"BindPassword": "TestLDAP", "BindPassword": "TestLDAP",

View File

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