|
|
@ -11,7 +11,7 @@ spring: |
|
|
|
datasource: |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
rabbitmq: |
|
|
|
host: 121.36.3.207 |
|
|
|
host: localhost |
|
|
|
password: 111111 |
|
|
|
port: 5672 |
|
|
|
username: admin |
|
|
@ -33,10 +33,10 @@ swagger: |
|
|
|
eureka: |
|
|
|
instance: |
|
|
|
# ip-address: 119.3.214.36 |
|
|
|
ip-address: 101.201.226.21 |
|
|
|
ip-address: 127.0.0.1 |
|
|
|
|
|
|
|
gatewayUrl: https://www.tall.wiki/gateway/ |
|
|
|
notGatewayUrl: https://www.tall.wiki/ |
|
|
|
gatewayUrl: https://localhost:7020/gateway/ |
|
|
|
notGatewayUrl: https://localhost:7020/ |
|
|
|
gameMqName: game_status_www |
|
|
|
saveWpsFile: tall/v1.0/wps/saveWps |
|
|
|
queryVisitUrls: tall/v1.0/wps/visitUrls |
|
|
|