Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 13, 2024
1 parent bc06483 commit 1385e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/k8s/configMaps/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ data:
VITE_REACT_APP_PRESET_KEY: cogpbt77
VITE_REACT_APP_CLOUD_NAME: dy8yhxc6a
VITE_STRIPE_PUBLIC_KEY: pk_test_51PTgwvEvhq95htrivs2uETviuuagXTJYlLYPkNYzk2dEFnKUNjaL9SCl4RwQIuP7iCao6aPzNryH1uMng76lbNXZ00JyJOwxsu
VITE_SERVER_URL: http://localhost:3006
VITE_BASE_URL: http://localhost:3000
VITE_SERVER_URL: https://acecart.shop/api/chat
VITE_BASE_URL: https://acecart.shop
3 changes: 2 additions & 1 deletion src/common/endPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export const user='api/user/'
export const course='api/course/'
export const notification='api/notification/'
export const payment='api/payment/'
export const chat='api/chat/'
export const chat='api/chat/'
// xzc

0 comments on commit 1385e0c

Please sign in to comment.