Skip to content

Commit 3f70e07

Browse files
fix: update application-config.yml
1 parent 7b1b7df commit 3f70e07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/profiles/application-config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ spring:
3030
# name: "attributes.name"
3131
# avatar: "attributes.avatar"
3232

33+
# ldap config
34+
35+
# ldap:
36+
# urls: ldap://{IP}:{PORT}
37+
# base: xxx
38+
# username: {username}
39+
# password: {password}
40+
3341
# mail config
3442

3543
# mail:

0 commit comments

Comments
 (0)