Browse Source

Remove crss-sched ds duplicate config

Monte Cillo Co 8 years ago
parent
commit
2e57454efd
1 changed files with 0 additions and 18 deletions
  1. 0 18
      crss-sched/crss-sched.yml

+ 0 - 18
crss-sched/crss-sched.yml

@@ -4,18 +4,12 @@ spring:
     url: jdbc:postgresql://localhost:5432/crss_sched
     username: crss_sched
     password: crss_sched
-    driverClassName: org.postgresql.Driver
     hikari:
       connectionTimeout: 10000
       maximumPoolSize: 5
       minimumIdle: 2
       idleTimeout: 180000 # 3 min
       maxLifetime: 600000 # 10 min
-  jpa:
-    database: POSTGRESQL
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.PostgreSQL94Dialect
 server:
   port: 8085
 
@@ -26,18 +20,12 @@ spring:
     url: jdbc:postgresql://192.168.241.62:5432/crss_sched
     username: crss_sched
     password: crss_sched
-    driverClassName: org.postgresql.Driver
     hikari:
       connectionTimeout: 10000
       maximumPoolSize: 5
       minimumIdle: 2
       idleTimeout: 180000 # 3 min
       maxLifetime: 600000 # 10 min
-  jpa:
-    database: POSTGRESQL
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.PostgreSQL94Dialect
 
 ---
 spring:
@@ -46,18 +34,12 @@ spring:
     url: jdbc:postgresql://192.168.235.6:5432/crss_sched
     username: crss_sched
     password: crss_sched
-    driverClassName: org.postgresql.Driver
     hikari:
       connectionTimeout: 10000
       maximumPoolSize: 5
       minimumIdle: 2
       idleTimeout: 180000 # 3 min
       maxLifetime: 600000 # 10 min
-  jpa:
-    database: POSTGRESQL
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.PostgreSQL94Dialect
 
 ---
 spring: