|
@@ -1,14 +1,14 @@
|
|
|
#dev环境公共配置文件
|
|
|
spring:
|
|
|
rabbitmq:
|
|
|
- host: 192.168.1.210
|
|
|
+ host: 172.18.74.115
|
|
|
port: 5672
|
|
|
username: guest
|
|
|
password: guest
|
|
|
redis: #redis 配置
|
|
|
database: 0
|
|
|
password: Cs123456
|
|
|
- host: 192.168.1.210
|
|
|
+ host: 172.18.74.115
|
|
|
port: 6379
|
|
|
pool:
|
|
|
max-wait: 30
|
|
@@ -73,10 +73,8 @@ logging:
|
|
|
logstash:
|
|
|
host: 192.168.1.104:4560
|
|
|
gofastdfs:
|
|
|
- url: http://192.168.1.210:18080/group1/upload
|
|
|
- recordUrl: http://192.168.1.210:18080/group1
|
|
|
-hadoop:
|
|
|
- hdfs: hdfs://192.168.1.135:9000
|
|
|
+ url: http://172.18.74.115:18080/group1/upload
|
|
|
+ recordUrl: http://172.18.74.115:18080/group1
|
|
|
|
|
|
server:
|
|
|
undertow:
|