From 2c90c95b55446de917436f8d56ee276803a823a4 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 25 Jun 2026 09:32:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0.gitignore=E5=92=8Cc?= =?UTF-8?q?onfig.example.yaml=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=8E=E7=BC=96=E8=AF=91=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.example.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/config.example.yaml diff --git a/config/config.example.yaml b/config/config.example.yaml new file mode 100644 index 0000000..8490048 --- /dev/null +++ b/config/config.example.yaml @@ -0,0 +1,4 @@ +port: "8080" +timer_interval: 5 +api_rate_limit: 2 +callback_url: "your_callback_url_here"