Browse Source

tall test配置

sd
zhizhi wu 5 years ago
parent
commit
62b8852ba0
  1. 4
      tall/src/main/resources/application-test.yml

4
tall/src/main/resources/application-test.yml

@ -11,7 +11,7 @@ spring:
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
rabbitmq: rabbitmq:
host: 192.168.0.99 host: 127.0.0.1
password: 111111 password: 111111
port: 5672 port: 5672
username: admin username: admin
@ -32,4 +32,4 @@ swagger:
eureka: eureka:
instance: instance:
ip-address: 192.168.0.99 ip-address: 192.168.0.99
gatewayUrl: https://test.tall.wiki/gateway/ gatewayUrl: http://192.168.0.99/gateway/
Loading…
Cancel
Save