|
@@ -2,8 +2,8 @@ spring:
|
|
|
crss-audit:
|
|
crss-audit:
|
|
|
datasource:
|
|
datasource:
|
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_audit
|
|
jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_audit
|
|
|
- username: postgres
|
|
|
|
|
- password: postgres
|
|
|
|
|
|
|
+ username: crss_audit
|
|
|
|
|
+ password: crss_audit
|
|
|
driverClassName: org.postgresql.Driver
|
|
driverClassName: org.postgresql.Driver
|
|
|
maxPoolSize: 20
|
|
maxPoolSize: 20
|
|
|
connectionTimeout: 10000
|
|
connectionTimeout: 10000
|
|
@@ -14,9 +14,9 @@ spring:
|
|
|
properties:
|
|
properties:
|
|
|
hibernate:
|
|
hibernate:
|
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
- ddl-auto: update
|
|
|
|
|
|
|
+ ddl-auto: none
|
|
|
hbm2ddl:
|
|
hbm2ddl:
|
|
|
- auto: update
|
|
|
|
|
|
|
+ auto: none
|
|
|
redis:
|
|
redis:
|
|
|
host: redis.marathon.l4lb.thisdcos.directory
|
|
host: redis.marathon.l4lb.thisdcos.directory
|
|
|
port: 6379
|
|
port: 6379
|