From 4fd734005ae189bae3fb2d24ba1e1babd3b9d7b3 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 27 Sep 2025 11:06:11 +0200 Subject: [PATCH] Updated configuration to point to development server --- appsettings.Development.json | 4 ++-- appsettings.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appsettings.Development.json b/appsettings.Development.json index 9827db6..6efa1e0 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -5,8 +5,8 @@ "Microsoft.AspNetCore": "Warning" }, "Ldap": { - "Host": "localhost", - "Port": 389, + "Host": "ld50.dev", + "Port": 8389, "UseSsl": false, "BindDn": "cn=admin,dc=localhost", "BindPassword": "TestLDAP", diff --git a/appsettings.json b/appsettings.json index 1fe4683..79455a2 100644 --- a/appsettings.json +++ b/appsettings.json @@ -7,8 +7,8 @@ }, "AllowedHosts": "*", "Ldap": { - "Host": "localhost", - "Port": 389, + "Host": "ld50.dev", + "Port": 8389, "UseSsl": false, "BindDn": "cn=admin,dc=localhost", "BindPassword": "TestLDAP",