From f3e0fcb6e9506f94ad52fb35da7a96f1ff3103bf Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Tue, 21 May 2024 20:03:59 +0800 Subject: [PATCH] fix --- etc/mix/mix-prod.yaml | 6 +++++- etc/mix/mix-test.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/mix/mix-prod.yaml b/etc/mix/mix-prod.yaml index a1b66eb1..62c076a4 100644 --- a/etc/mix/mix-prod.yaml +++ b/etc/mix/mix-prod.yaml @@ -142,4 +142,8 @@ elastic_search: uri: "http://172.31.37.67:9200" username: "elastic" password: "Wishpal@2024" - sniff: false \ No newline at end of file + sniff: false + +sd: + host: "http://172.31.37.68:8500" + service_name: "mix_online" diff --git a/etc/mix/mix-test.yaml b/etc/mix/mix-test.yaml index 8c4fee92..2f1cd1db 100644 --- a/etc/mix/mix-test.yaml +++ b/etc/mix/mix-test.yaml @@ -146,5 +146,5 @@ elastic_search: sniff: false sd: - host: "https://consul.tiefen.fun" + host: "http://172.31.37.68:8500" service_name: "mix_test"