Skip to content

Commit b08d1de

Browse files
committed
feat : deploy payment UI PR
1 parent 0b84e4c commit b08d1de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+37188
-445
lines changed

.env.sample

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
REACT_APP_KAKAO_CLIENT_ID= ""
2+
REACT_APP_KAKAO_REDIRECT_URI= ""
3+
REACT_APP_KAKAO_ADMIN_KEY = ""
4+
REACT_APP_KAKAO_LOGOUT_REDIRECT_URI=""
5+
REACT_APP_TODO_MALL_API_ENDPOINT = ""
6+
REACT_APP_AWS_ACCESS_KEY_ID = ""
7+
REACT_APP_AWS_SECRET_ACCESS_KEY = ""
8+
IAMPORT_MERCHANT_CODE = ""
9+
REACT_APP_IAMPORTREST_API_KEY=""
10+
REACT_APP_IAMPORTREST_API_SECRET=""

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"terminal.integrated.customGlyphs": true
3+
}

0 commit comments

Comments
 (0)