From cceb5c9bef5a1b4d85bd9c89142893223f3244d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=87=91?= Date: Fri, 26 Apr 2024 16:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 1 + .env.proxy.local | 1 + 2 files changed, 2 insertions(+) create mode 100644 .env.local create mode 100644 .env.proxy.local diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..4c696d0 --- /dev/null +++ b/.env.local @@ -0,0 +1 @@ +API_URL=http://127.0.0.1:8686 \ No newline at end of file diff --git a/.env.proxy.local b/.env.proxy.local new file mode 100644 index 0000000..a76ffe7 --- /dev/null +++ b/.env.proxy.local @@ -0,0 +1 @@ +API_URL=http://47.113.117.106:8000 \ No newline at end of file