|
@@ -2,25 +2,9 @@ spring:
|
|
|
profiles:
|
|
profiles:
|
|
|
include: embedded-ldap
|
|
include: embedded-ldap
|
|
|
datasource:
|
|
datasource:
|
|
|
- platform : postgres
|
|
|
|
|
url: jdbc:postgresql://localhost:5432/crss_admin
|
|
url: jdbc:postgresql://localhost:5432/crss_admin
|
|
|
username: crss_admin
|
|
username: crss_admin
|
|
|
password: crss_admin
|
|
password: crss_admin
|
|
|
- driverClassName: org.postgresql.Driver
|
|
|
|
|
- jpa:
|
|
|
|
|
- database: POSTGRESQL
|
|
|
|
|
- show-sql: false
|
|
|
|
|
- hibernate:
|
|
|
|
|
- ddl-auto: update
|
|
|
|
|
- properties:
|
|
|
|
|
- hibernate:
|
|
|
|
|
- dialect: org.hibernate.dialect.PostgreSQL94Dialect
|
|
|
|
|
- jadira.usertype.autoRegisterUserTypes: true
|
|
|
|
|
- javax.persistence.schema-generation.database.action: none
|
|
|
|
|
- javax.persistence.schema-generation.create-source: metadata
|
|
|
|
|
- javax.persistence.schema-generation.scripts.action: drop-and-create
|
|
|
|
|
- javax.persistence.schema-generation.scripts.create-target: target/create.sql
|
|
|
|
|
- javax.persistence.schema-generation.scripts.drop-target: target/drop.sql
|
|
|
|
|
mail:
|
|
mail:
|
|
|
host: 127.0.0.1
|
|
host: 127.0.0.1
|
|
|
port: 3025
|
|
port: 3025
|