diff --git a/cash-api/account-server/src/main/resources/application-dev.yml b/cash-api/account-server/src/main/resources/application-dev.yml index 4f552553..e697daf3 100644 --- a/cash-api/account-server/src/main/resources/application-dev.yml +++ b/cash-api/account-server/src/main/resources/application-dev.yml @@ -1,4 +1,3 @@ - spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver @@ -8,9 +7,9 @@ spring: data: redis: - host: 127.0.0.1 + host: 101.37.12.135 port: 6379 - password: + password: 111111 timeout: 5000 database: 1 diff --git a/cash-api/product-server/src/main/resources/application-dev.yml b/cash-api/product-server/src/main/resources/application-dev.yml index 0fc1c230..6e3dc1a3 100644 --- a/cash-api/product-server/src/main/resources/application-dev.yml +++ b/cash-api/product-server/src/main/resources/application-dev.yml @@ -1,4 +1,3 @@ - spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver @@ -8,9 +7,9 @@ spring: data: redis: - host: 127.0.0.1 + host: 101.37.12.135 port: 6379 - password: + password: 111111 timeout: 5000 database: 1 lettuce: