Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chaogeng
/
auto_deploy_test
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangping
8 years ago
Commit
58a4a9f7f0539a39f143a316215be80109e7bb4a
1 parent
366b9a14
Update global-autoconfig.properties
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
autoconfig/dev/global-autoconfig.properties
autoconfig/dev/global-autoconfig.properties
View file @
58a4a9f
...
...
@@ -322,25 +322,25 @@ rabbit_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws
=
192.168.102.21
7
:5672
rabbit_common_aws
=
192.168.102.21
1
:5672
rabbit_common_aws_user
=
yoho
rabbit_common_aws_password
=
yoho
#qq
rabbit_common_qq
=
192.168.102.21
7
:5672
rabbit_common_qq
=
192.168.102.21
1
:5672
rabbit_common_qq_user
=
yoho
rabbit_common_qq_password
=
yoho
# local, maybe producer using this.
rabbit_common
=
192.168.102.21
7
:5672
rabbit_common
=
192.168.102.21
1
:5672
rabbit_common_user
=
yoho
rabbit_common_password
=
yoho
##########common rabbitmq ##########
#cache clear rabbitmq
rabbit.cacheclean.producer.host
=
192.168.102.217:5672
rabbit.cacheclean.consumer.host
=
192.168.102.217:5672
rabbit.cacheclean.producer.host
=
192.168.102.211:5672
rabbit.cacheclean.consumer.host
=
192.168.102.211:5672
## mq or call erp
erp.message.sync.type
=
MQ
...
...
Please
register
or
login
to post a comment