Browse Source

Remove jpa showSql config in staging and uat env

Monte Cillo Co 9 years ago
parent
commit
efc5c2d831

+ 1 - 2
crss-admin/crss-admin-prod.yml

@@ -9,7 +9,6 @@ spring:
     driverClassName: oracle.jdbc.OracleDriver
   jpa:
     database: ORACLE
-    show-sql: true
 
 graylog:
-  host: TODO
+  host: TODO

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

@@ -10,7 +10,6 @@ spring:
       maximumPoolSize: 20
   jpa:
     database: ORACLE
-    show-sql: true
 
 graylog:
   host: pemc.integration.exist.com

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

@@ -10,7 +10,6 @@ spring:
       maximumPoolSize: 20
   jpa:
     database: ORACLE
-    show-sql: true
 
 graylog:
   host: pemc.integration.exist.com

+ 0 - 1
crss-reg/crss-reg-prod.yml

@@ -8,7 +8,6 @@ spring:
     driverClassName: oracle.jdbc.OracleDriver
   jpa:
     database: ORACLE
-    show-sql: true
 
 graylog:
   host: TODO

+ 1 - 2
crss-reg/crss-reg-staging.yml

@@ -10,7 +10,6 @@ spring:
       maximumPoolSize: 20
   jpa:
     database: ORACLE
-    show-sql: true
   http:
     multipart:
       maxFileSize: "25Mb"
@@ -32,4 +31,4 @@ spring:
     template-loader-path: classpath:/mail/templates
 
 graylog:
-  host: pemc.integration.exist.com
+  host: pemc.integration.exist.com

+ 0 - 1
crss-reg/crss-reg-uat.yml

@@ -10,7 +10,6 @@ spring:
       maximumPoolSize: 20
   jpa:
     database: ORACLE
-    show-sql: true
   http:
     multipart:
       maxFileSize: "25Mb"