|
|
@@ -1,4 +1,5 @@
|
|
|
spring:
|
|
|
+ profiles.include: embedded-ldap
|
|
|
datasource:
|
|
|
platform : postgres
|
|
|
url: jdbc:postgresql://localhost:5432/crss_admin
|
|
|
@@ -20,19 +21,4 @@ spring:
|
|
|
javax.persistence.schema-generation.scripts.create-target: target/create.sql
|
|
|
javax.persistence.schema-generation.scripts.drop-target: target/drop.sql
|
|
|
server:
|
|
|
- port: 8082
|
|
|
-
|
|
|
-crss:
|
|
|
- ldap:
|
|
|
- embedded: true
|
|
|
- protocol: LDAP
|
|
|
- host: "localhost"
|
|
|
- port: 33389
|
|
|
- root-dn: "dc=wesmsys,dc=local"
|
|
|
- ldif: "classpath:embedded-ldap.ldif"
|
|
|
- user-search-base: ""
|
|
|
- admin-user: "uid=crssadmin,ou=Administrators,dc=wesmsys,dc=local"
|
|
|
- admin-password: "1qaz@WSX"
|
|
|
- username-field: "uid"
|
|
|
- domain: "wesmsys.local"
|
|
|
- passwordOpEnabled: false
|
|
|
+ port: 8082
|