diff --git a/tall/src/main/resources/application-test.yml b/tall/src/main/resources/application-test.yml index 4e7c49c9..87c77335 100644 --- a/tall/src/main/resources/application-test.yml +++ b/tall/src/main/resources/application-test.yml @@ -11,7 +11,7 @@ spring: datasource: type: com.alibaba.druid.pool.DruidDataSource rabbitmq: - host: 192.168.0.99 + host: 127.0.0.1 password: 111111 port: 5672 username: admin @@ -32,4 +32,4 @@ swagger: eureka: instance: ip-address: 192.168.0.99 -gatewayUrl: https://test.tall.wiki/gateway/ \ No newline at end of file +gatewayUrl: http://192.168.0.99/gateway/ \ No newline at end of file