Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
Privatisation_Deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
tianye
Privatisation_Deploy
Commits
a4cf5a3d
Commit
a4cf5a3d
authored
Mar 02, 2022
by
tianye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复已经问题
parent
504d745b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
install.ini
Deploy-search-center/install.ini
+7
-6
install.sh
Deploy-search-center/install.sh
+1
-1
No files found.
Deploy-search-center/install.ini
View file @
a4cf5a3d
...
@@ -12,7 +12,7 @@ APP_CONF_DIR=${DEPLOY_DIR}/search-center/conf/app
...
@@ -12,7 +12,7 @@ APP_CONF_DIR=${DEPLOY_DIR}/search-center/conf/app
#是否使用外部es
#是否使用外部es
ES_ISUSE_STATUS
=
false
ES_ISUSE_STATUS
=
false
#es
默认账号密码
#es
ES_HOST
=
192.168.1.201
ES_HOST
=
192.168.1.201
ES_USERNAME
=
app_search-center
ES_USERNAME
=
app_search-center
ES_PASSWORD
=
3HPDm0OdmoMZ6DiYWCUG
ES_PASSWORD
=
3HPDm0OdmoMZ6DiYWCUG
...
@@ -23,12 +23,13 @@ ES_TCP_PORT=9300
...
@@ -23,12 +23,13 @@ ES_TCP_PORT=9300
#是否使用外部rabbitmq
#是否使用外部rabbitmq
MQ_ISUSE_STATUS
=
false
MQ_ISUSE_STATUS
=
false
#mq
默认账号密码
#mq
MQ_HOST
=
rabbitmq01
MQ_HOST
=
121.36.45.76,121.36.67.45,119.3.221.135
MQ_PORT
=
5672
MQ_PORT
=
5672
MQ_VHOST
=
/
MQ_VHOST
=
/qa
MQ_USERNAME
=
admin
MQ_USERNAME
=
ego_gw_qa
MQ_PASSWORD
=
admin
MQ_PASSWORD
=
jkyy_pwd
...
...
Deploy-search-center/install.sh
View file @
a4cf5a3d
...
@@ -96,7 +96,7 @@ elif [ ${INSTALL_MODE} == "controller" ];then
...
@@ -96,7 +96,7 @@ elif [ ${INSTALL_MODE} == "controller" ];then
#判断mq
#判断mq
if
[
${
MQ_ISUSE_STATUS
}
==
'false'
]
;
then
if
[
${
MQ_ISUSE_STATUS
}
==
'false'
]
;
then
compose_files
=
"
${
compose_files
}
-f docker-compose-mq.yaml"
compose_files
=
"
${
compose_files
}
-f docker-compose-mq.yaml"
elif
[
${
ES
_ISUSE_STATUS
}
==
'true'
]
;
then
elif
[
${
MQ
_ISUSE_STATUS
}
==
'true'
]
;
then
edit_mq_info
edit_mq_info
else
else
ehco
"mq_isuse_status配置错误"
ehco
"mq_isuse_status配置错误"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment