浏览代码

update uaa-dev-ldap profile

Adrian Viesca 7 年之前
父节点
当前提交
5e838fecc4
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      crss-uaa/crss-uaa-dev-ldap.yml

+ 13 - 0
crss-uaa/crss-uaa-dev-ldap.yml

@@ -1,4 +1,17 @@
+spring:
+  datasource:
+    url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+    username: postgres
+    password: postgres
+  jpa:
+    show-sql: false
+    generate-ddl: false
 crss:
+  security:
+    oauth2:
+      api-gateway: http://localhost:8080
+      default-redirect-uri: http://localhost:8087
+      registered-redirect-uris: http://localhost:8087,http://localhost:8089
   ldap:
     protocol: LDAPS
     host: "192.168.241.174"