Browse Source

不要 hostname

luoyangwei 1 year ago
parent
commit
759b86da7d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      data.yaml
  2. 1 1
      registry.yaml

+ 2 - 2
data.yaml

@@ -8,10 +8,10 @@ data:
         read_timeout: 0.2s
         write_timeout: 0.2s
     mongo:
-        addr: mongodb://root:SKG0TOBRihVKm@172.18.0.1:27017/?maxPoolSize=20
+        addr: mongodb://root:SKG0TOBRihVKm@106.75.230.4:27017/?maxPoolSize=20
         database: w303a
     rabbit_mq:
-        addr: amqp://gosys:gosys@localhost:5672//msg
+        addr: amqp://gosys:gosys@106.75.230.4:5672//msg
         queue: "msg_queue"
         serverId: 0191b189-2cce-71b0-9737-1ec7270668ee
     nats:

+ 1 - 1
registry.yaml

@@ -2,4 +2,4 @@ server:
     registry:
         etcd:
             endpoints:
-                - "172.22.0.1:2379"
+                - "127.0.0.1:2379"