From 50faecc4becce456bc326a40f94119b413e226ee Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Thu, 16 May 2024 21:05:26 +0800 Subject: [PATCH] fix yaml --- etc/mix/mix-test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/mix/mix-test.yaml b/etc/mix/mix-test.yaml index 32145498..a19f378f 100644 --- a/etc/mix/mix-test.yaml +++ b/etc/mix/mix-test.yaml @@ -12,7 +12,7 @@ app: port: 9999 mix_mongo: - uri: "mongodb://admin:Wishpal%402023@127.0.0.1:27017" + uri: "mongodb://admin:Wishpal%402023@172.31.37.71:27017" username: "" password: "" max_pool_size: 16 @@ -20,7 +20,7 @@ mix_mongo: socket_timeout_ms: 5000 mix_mysql: - uri: "127.0.0.1:3306" + uri: "172.31.37.71:3306" username: "root" password: "Wishpal@2023" timeout: 3 @@ -75,7 +75,7 @@ alipay_myts: apollo: app_id: "wishpal_live_service" cluster: "dev" - ip: "http://localhost:8080" + ip: "http://172.31.37.71:8080" namespace_name: "application,tag,account_init,platform,support_wx_id,version" secret: "" is_back_up_config: true @@ -117,7 +117,7 @@ media: expire_time: 1800 redis: - uri: "127.0.0.1:6379" + uri: "172.31.37.71:6379" password: "" max_active: 0 max_idle: 0 @@ -128,9 +128,9 @@ server_info: file_server_domain_name: "https://file.wishpaldev.tech/" xxl_job: - server_addr: "http://127.0.0.1:9800/xxl-job-admin" + server_addr: "http://172.31.37.71:9800/xxl-job-admin" access_token: "default_token" - executor_ip: "127.0.0.1" + executor_ip: "172.31.37.71" executor_port: "9801" registry_key: "golang-jobs-executor" log_path: "/app/ironfan/log/xxl_job/"