diff --git a/fw-hermes-server/src/main/resources/application-test.yml b/fw-hermes-server/src/main/resources/application-test.yml index 258bc0d..66b6a3b 100644 --- a/fw-hermes-server/src/main/resources/application-test.yml +++ b/fw-hermes-server/src/main/resources/application-test.yml @@ -13,6 +13,7 @@ spring: username: test redis: host: 192.168.0.9 + password: fw@test@redis nacos: plugin: @@ -26,6 +27,7 @@ file: jedis: pool: host: 192.168.0.9 + password: fw@test@redis logging: file: max-history: 15 diff --git a/fw-hermes-server/src/main/resources/application.yml b/fw-hermes-server/src/main/resources/application.yml index 95b94fe..7ba2a20 100644 --- a/fw-hermes-server/src/main/resources/application.yml +++ b/fw-hermes-server/src/main/resources/application.yml @@ -18,7 +18,7 @@ spring: hikari: connection-test-query: SELECT 1 FROM DUAL password: mysql@pwd123 - url: jdbc:mysql://192.168.0.8:3306/fw_hermes?characterEncoding=UTF-8&useSSL=false + url: jdbc:mysql://192.168.0.234:3306/fw_hermes?characterEncoding=UTF-8&useSSL=false username: root jackson: default-property-inclusion: non_null @@ -30,7 +30,7 @@ spring: profiles: active: cache,${activatedProfiles} redis: - host: 192.168.0.8 + host: 192.168.0.234 lettuce: pool: max-active: 20