1
0
forked from Leaf/amber-ui

增加 forum url 到 config

This commit is contained in:
Twilight 2024-09-26 17:44:29 +08:00
parent 283835542d
commit 543552bc5e

View File

@ -7,6 +7,7 @@ const config = {
oauth_storage_key: "code_verifier", oauth_storage_key: "code_verifier",
oauth_scope: "openid profile", oauth_scope: "openid profile",
backend: "http://localhost:8080", backend: "http://localhost:8080",
forum_url: "https://forum.leaflow.cn",
}; };
// @ts-ignore ... // @ts-ignore ...