Skip to content

Commit

Permalink
env: HTTP TO HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
nuuxcode committed Dec 17, 2023
1 parent e5b34cc commit 46e2563
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions admin/.env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DEV
# REACT_APP_API_URL=http://dev.bikehub.me/api/v1/
# REACT_APP_API_URL=https://dev.bikehub.me/api/v1/

# PROD
# REACT_APP_API_URL=http://dev.bikehub.me/api/v1
# REACT_APP_API_URL=https://dev.bikehub.me/api/v1

# LOCAL
REACT_APP_API_URL=http://localhost:3300/api/v1/
Expand Down
4 changes: 2 additions & 2 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ CORS_ALLOW_URL=http://localhost:3002,https://localhost:3002,http://localhost:300
# API
API_PORT=3300
# BASE URL
BASE_URL_PROD=http://bikehub.me
BASE_URL_DEV=http://dev.bikehub.me
BASE_URL_PROD=https://bikehub.me
BASE_URL_DEV=https://dev.bikehub.me
BASE_URL_LOCAL=http://localhost:3000
BASE_URL_API_LOCAL=http://localhost:3300
# Google OAuth
Expand Down
6 changes: 3 additions & 3 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Backend fore VITE
VITE_BACK_END_PROD=http://bikehub.me/api/v1/
VITE_BACK_END_DEV=http://dev.bikehub.me/api/v1/
VITE_BACK_END_PROD=https://bikehub.me/api/v1/
VITE_BACK_END_DEV=https://dev.bikehub.me/api/v1/
VITE_BACK_END_LOCAL=http://localhost:3300/api/v1/
# dev OR prod OR local
VITE_MODE=local
VITE_MODE=dev

0 comments on commit 46e2563

Please sign in to comment.