ソースを参照

update audit dev2 props

jdogillo 8 年 前
コミット
3f5666d6ef
1 ファイル変更3 行追加38 行削除
  1. 3 38
      crss-audit/crss-audit-dev2.yml

+ 3 - 38
crss-audit/crss-audit-dev2.yml

@@ -1,45 +1,10 @@
 spring:
   crss-audit:
     datasource:
+      driverClassName: ${spring.datasource.driverClassName}
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=audit
       username: crss_audit
       password: crss_audit
-      driverClassName: org.postgresql.Driver
-      maxPoolSize: 2
-      connectionTimeout: 10000
-      test-on-borrow: true
-      validation-query: SELECT 1
-  jpa:
-    open-in-view: false
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.PostgreSQLDialect
-        ddl-auto: none
-        hbm2ddl:
-          auto: none
-  redis:
-    host: redis.marathon.l4lb.thisdcos.directory
-    port: 6379
-
-server:
-  port: 9094
-  undertow:
-    accesslog:
-      dir: target
-      enabled: true
-      pattern: combined
-    compression:
-      enabled: true
-      min-response-size: 1
 
-security:
-  oauth2:
-    client:
-      accessTokenUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
-      userAuthorizationUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
-    resource:
-      userInfoUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/user
-
-logging:
-  level:
-    com.pemc: debug
+  redis:
+    host: redis.marathon.l4lb.thisdcos.directory