From 0c500024e64bb519f9c3ef5599c1e9542c7b68b1 Mon Sep 17 00:00:00 2001 From: Comely Date: Mon, 27 Jul 2026 00:37:37 -0700 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=9A=84Server=5Fconfig=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/server_config.example.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/server_config.example.json diff --git a/config/server_config.example.json b/config/server_config.example.json new file mode 100644 index 0000000..6903099 --- /dev/null +++ b/config/server_config.example.json @@ -0,0 +1,3 @@ +{ + "api_base_url": "http://192.168.1.158:8000" +} \ No newline at end of file