-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dcaeb0
commit b4d7133
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule server
updated
11 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// local dev | ||
export const API_BASE_URL = 'http://localhost:8080'; | ||
export const OAUTH2_REDIRECT_URI = 'http://localhost:5173/oauth2/redirect' | ||
export const GITHUB_AUTH_URL = API_BASE_URL + '/oauth2/authorize/github?redirect_uri=' + OAUTH2_REDIRECT_URI; | ||
// // production dev | ||
// export const API_BASE_URL = 'https://backend.gitstar.center'; | ||
// export const OAUTH2_REDIRECT_URI = 'https://gitstar.center/oauth2/redirect' | ||
// // local dev | ||
// export const API_BASE_URL = 'http://localhost:8080'; | ||
// export const OAUTH2_REDIRECT_URI = 'http://localhost:5173/oauth2/redirect' | ||
// export const GITHUB_AUTH_URL = API_BASE_URL + '/oauth2/authorize/github?redirect_uri=' + OAUTH2_REDIRECT_URI; | ||
// production dev | ||
export const API_BASE_URL = 'https://backend.gitstar.center'; | ||
export const OAUTH2_REDIRECT_URI = 'https://gitstar.center/oauth2/redirect' | ||
export const GITHUB_AUTH_URL = API_BASE_URL + '/oauth2/authorize/github?redirect_uri=' + OAUTH2_REDIRECT_URI; |