Commit 63ccd9a2 authored by samsung's avatar samsung

axon과 DB ip변경

parent b90166d5
......@@ -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
......@@ -2,7 +2,7 @@ axon:
serializer:
general: xstream
axonserver:
servers: 192.168.0.130:8124
servers: 192.168.0.200:8124
server:
port : 9090
......@@ -12,7 +12,7 @@ spring:
name: showcase1-product
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