Commit ccfe25a9 by Gil Sade

added config.public.address,changed dataLogic.ds.IpAddress to ds.IpAddress

parent 243ca149
Showing with 2 additions and 1 deletions
...@@ -13,6 +13,7 @@ ui-api: ...@@ -13,6 +13,7 @@ ui-api:
-Dmcz.files.location=/opt/mcx#\ -Dmcz.files.location=/opt/mcx#\
-Dpush.server.url=172.16.1.97:50000#\ -Dpush.server.url=172.16.1.97:50000#\
-Duse.schedular=true#\ -Duse.schedular=true#\
-Dconfig.public.address=172.16.1.9:8020#\
-Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#\ -Drcs.send.message.url=http://172.16.1.97:8060/srg/chat/v1/standalone/sendmessage#\
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080" -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9080"
# env_file: # env_file:
...@@ -43,7 +44,7 @@ ui-api: ...@@ -43,7 +44,7 @@ ui-api:
### DATA-LOGIC ### ### DATA-LOGIC ###
data-logic: data-logic:
environment: environment:
IPG_ENV_PARAMS: "-DdataLogic.ds.IpAddress=172.16.1.97:8012#\ IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.97:8012#\
-Dredis.host=172.16.1.97" -Dredis.host=172.16.1.97"
# USE_DEBUG: "yes" # USE_DEBUG: "yes"
image: 172.16.1.212:5050/mcx/data-logic image: 172.16.1.212:5050/mcx/data-logic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment