-
Notifications
You must be signed in to change notification settings - Fork 3
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
16fec80
commit 24fff95
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const KAKAO_AUTH_URL = "https://kauth.kakao.com/oauth/authorize?client_id=e64599af67aac20483ad02a14a8c5058&redirect_uri=http://localhost:3000/signin/oauth2/code/kakao&response_type=code" | ||
export const GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth?scope=email profile&response_type=code&client_id=435089655733-6v1fo661d0dda2ue3ql61420dtquril1.apps.googleusercontent.com&redirect_uri=http://localhost:3000/signin/auth/google/callback" | ||
export const SWEET_RED_BEANS_GITHUB = "https://github.com/Sweet-red-beans/collector"; | ||
export const MEMBER0 = "https://github.com/redhi"; | ||
export const MEMBER1 = "https://github.com/llynn97"; | ||
export const MEMBER2 = "https://github.com/EveKristinLee"; | ||
export const MEMBER3 = "https://github.com/HyunJungJo98"; | ||
export const MEMBER_GITHUB = [MEMBER0, MEMBER1, MEMBER2, MEMBER3]; | ||
export const EMAIL = "[email protected]"; |