Commit e3f19edd authored by samsung's avatar samsung

axon과 DB ip변경

parent 7f92d2b6
......@@ -3,5 +3,5 @@ kind: ConfigMap
metadata:
name: config-axon
data:
AXON_AXONSERVER_SERVERS: 192.168.0.130:8124
AXON_AXONSERVER_SERVERS: 192.168.0.200:8124
# AXON_AXONSERVER_SERVERS: ec2-15-164-22-248.ap-northeast-2.compute.amazonaws.com:8124
......@@ -7,7 +7,7 @@ axon:
serializer:
general: xstream
axonserver:
servers: 192.168.0.130:8124
servers: 192.168.0.200:8124
server:
port : 9090
......@@ -17,7 +17,7 @@ spring:
name: showcase1-sales
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://192.168.0.130:25432/showcase1
url: jdbc:postgresql://192.168.0.200:25432/showcase1
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://localhost:3306/msatest
username: showcase1
......
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 to comment