mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Updated configuration to point to development server
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Ldap": {
|
||||
"Host": "localhost",
|
||||
"Port": 389,
|
||||
"Host": "ld50.dev",
|
||||
"Port": 8389,
|
||||
"UseSsl": false,
|
||||
"BindDn": "cn=admin,dc=localhost",
|
||||
"BindPassword": "TestLDAP",
|
||||
|
||||
Reference in New Issue
Block a user