Commit 3c6d8a5 1 parent 590de81 commit 3c6d8a5 Copy full SHA for 3c6d8a5
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ LOGTO_ENDPOINT="http://localhost:3010/"
3
3
BACKEND_ENDPOINT = " http://localhost:3001/"
4
4
LOGTO_SIGN_IN_REDIRECT_URI = " http://localhost:3000/callback"
5
5
LOGTO_SIGN_OUT_REDIRECT_URI = " http://localhost:3000/"
6
+ HELP_DOCS_URL = " https://earthworm-docs.cuixueshe.com/get-started/"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default defineNuxtConfig({
43
43
backendEndpoint : process . env . BACKEND_ENDPOINT || "" ,
44
44
signInRedirectURI : process . env . LOGTO_SIGN_IN_REDIRECT_URI || "" ,
45
45
signOutRedirectURI : process . env . LOGTO_SIGN_OUT_REDIRECT_URI || "" ,
46
- helpDocsURL : "https://earthworm-docs.cuixueshe.com/get-started/ ",
46
+ helpDocsURL : process . env . HELP_DOCS_URL || " ",
47
47
} ,
48
48
} ,
49
49
} ) ;
You can’t perform that action at this time.
0 commit comments