From 0d46f8675897f6e636c314598a0db71288e9b8cc Mon Sep 17 00:00:00 2001 From: luochuan Date: Thu, 14 Dec 2023 17:44:13 +0800 Subject: [PATCH] :sparkles: proxy config --- src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8195d4c..510bb1b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -11,4 +11,8 @@ mexc: domain: https://api.mexc.com passphrase: access-key: - secert: \ No newline at end of file + secert: +proxy: + host: 127.0.0.1 + port: 6789 + schcma: SOCKS \ No newline at end of file