Files
just-pickup/customer-vue/.env
hoon7566 d40258a95b feat(customer vue, user-service): customer vue OAuth 인증
- customer vue 인증페이지 구현
- customer OAuth 로그인 구현
- user-service success handling 구현
2022-03-03 20:29:19 +09:00

3 lines
162 B
Bash

VUE_APP_BASEURL=http://just-pickup.com:8080
VUE_APP_OWNER_SERVICE_BASEURL=http://just-pickup.com:8001
VUE_APP_CUSTOMER_SERVICE_BASEURL=http://just-pickup.com:8000