diff --git a/agt-server/src/main/resources/application-test.yaml b/agt-server/src/main/resources/application-test.yaml index b4bcd0d..146707c 100644 --- a/agt-server/src/main/resources/application-test.yaml +++ b/agt-server/src/main/resources/application-test.yaml @@ -248,4 +248,11 @@ justauth: --- #################### iot相关配置 TODO 芋艿【IOT】:再瞅瞅 #################### pf4j: # pluginsDir: /tmp/ - pluginsDir: ../plugins \ No newline at end of file + pluginsDir: ../plugins + +spring: + ldap: + urls: ldap://192.168.88.205 + base: dc=agrandtech,dc=com + username: uid=root,cn=users,dc=agrandtech,dc=com + password: Tian7989! \ No newline at end of file