Procházet zdrojové kódy

Remove crss-admin ds duplicate config

Monte Cillo Co před 8 roky
rodič
revize
4df876887d

+ 0 - 16
crss-admin/crss-admin-dev.yml

@@ -2,25 +2,9 @@ spring:
   profiles:
     include: embedded-ldap
   datasource:
-    platform : postgres
     url: jdbc:postgresql://localhost:5432/crss_admin
     username: 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:
     host: 127.0.0.1
     port: 3025

+ 1 - 10
crss-admin/crss-admin-staging.yml

@@ -5,15 +5,6 @@ spring:
     url: jdbc:postgresql://192.168.241.62:5432/crss_admin
     username: crss_admin
     password: crss_admin
-    driverClassName: org.postgresql.Driver
-    hikari:
-      connectionTimeout: 10000
-      maximumPoolSize: 20
-  jpa:
-    database: POSTGRESQL
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.PostgreSQL94Dialect
   mail:
     host: 192.168.241.62
     port: 3025
@@ -24,4 +15,4 @@ spring:
         transport.protocol: smtp
         smtp:
           auth: true
-          starttls.enable: true
+          starttls.enable: true

+ 1 - 7
crss-admin/crss-admin-uat.yml

@@ -5,16 +5,10 @@ spring:
     url: jdbc:postgresql://192.168.235.6:5432/crss_admin
     username: crss_admin
     password: crss_admin
-    driverClassName: org.postgresql.Driver
     hikari:
       connectionTimeout: 10000
       maximumPoolSize: 20
-  jpa:
-    database: POSTGRESQL
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.PostgreSQL94Dialect
-  mail:
+z  mail:
     host: 192.168.235.2
     port: 3025
     username: crss@uat.pemc.com