-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbash.sh
More file actions
17 lines (16 loc) · 988 Bytes
/
bash.sh
File metadata and controls
17 lines (16 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# set_env.sh
export SERVER_PORT=8080
export MYSQL_URL=jdbc:mysql://jupjup.store:3306/jupjup?serverTimezone=Asia/Seoul
export MYSQL_USER=root
export MYSQL_PASSWORD=jupjup1234
export GOOGLE_CLIENT_ID=541126883288-3qnon1d9hnllfaho31opp2kbaleaifg1.apps.googleusercontent.com
export GOOGLE_CLIENT_SECRET=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
export GOOGLE_REDIRECT_URI=https://jupjup.store/login/oauth2/code/google
export NAVER_CLIENT_ID=P5rU2N4nihmGgZW9cU08
export NAVER_CLIENT_SECRET=EP1mnn2SSo
export NAVER_REDIRECT_URI=https://jupjup.store/login/oauth2/code/naver
export KAKAO_CLIENT_ID=86cf25712d4c66f5fbd8dc40b7eae343
# export KAKAO_CLIENT_SECRET=xYbgONC3rGbArKh5nM20YIPXI0pv4eyj # 이 부분은 주석 처리된 상태로 남겨둡니다
export KAKAO_REDIRECT_URI=https://jupjup.store/login/oauth2/code/kakao
export JWT_SECRET=your_jwt_secret_here@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
export JWT_REFRESH_SECRET=your_jwt_refresh_secret_here@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@