Skip to content

Commit 7f26085

Browse files
committed
fix: use port > 1000
1 parent a6e3107 commit 7f26085

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cfg/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"ldap": {
1616
"host": "0.0.0.0",
17-
"port": 389,
17+
"port": 1389,
1818
"tls": {
1919
"certificate": "",
2020
"key": ""

cfg/config_test.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
}
99
},
1010
"ldap": {
11-
"host": "127.0.0.1",
12-
"port": 1389
11+
"host": "127.0.0.1"
1312
}
1413
}

0 commit comments

Comments
 (0)