|
@ -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/ |