Skip to content

Commit

Permalink
Updated url for BACKEND_BASE_URL in env.sample (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilk429 authored Sep 19, 2024
1 parent d90f724 commit f16ae8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# dev | staging | prod
NEXT_PUBLIC_APP_ENV=dev

NEXT_PUBLIC_SKILL_TREE_BACKEND_BASE_URL = 'https://staging-skilltree-api.realdevsquad.com/v1'
NEXT_PUBLIC_SKILL_TREE_BACKEND_BASE_URL = 'https://services.realdevsquad.com/staging-skilltree'
NEXT_PUBLIC_RDS_BACKEND_BASE_URL='https://staging-api.realdevsquad.com'

NEXT_PUBLIC_SKILL_TREE_URL='https://staging-skilltree.realdevsquad.com'
NEXT_PUBLIC_STATUS_SITE_URL='https://staging-status.realdevsquad.com'
NEXT_PUBLIC_MEMBERS_SITE_URL='https://staging-members.realdevsquad.com'
NEXT_PUBLIC_WELCOME_SITE_URL='https://welcome.realdevsquad.com'
NEXT_PUBLIC_WWW_SITE_URL='https://staging-www.realdevsquad.com'
NEXT_PUBLIC_MY_SITE_URL='https://staging-my.realdevsquad.com'
NEXT_PUBLIC_MY_SITE_URL='https://staging-my.realdevsquad.com'

0 comments on commit f16ae8c

Please sign in to comment.