From 543552bc5e9651f8f762c17a951f9368fafd7363 Mon Sep 17 00:00:00 2001 From: Twilight Date: Thu, 26 Sep 2024 17:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20forum=20url=20=E5=88=B0=20?= =?UTF-8?q?config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/config.ts b/src/config/config.ts index d2c8e61..2debcbf 100644 --- a/src/config/config.ts +++ b/src/config/config.ts @@ -7,6 +7,7 @@ const config = { oauth_storage_key: "code_verifier", oauth_scope: "openid profile", backend: "http://localhost:8080", + forum_url: "https://forum.leaflow.cn", }; // @ts-ignore ...