Skip to content

Commit

Permalink
feat(.env.development): add VITE_LOGTO_ENDPOINT and VITE_LOGTO_APPID …
Browse files Browse the repository at this point in the history
…environment variables

The addition of VITE_LOGTO_ENDPOINT and VITE_LOGTO_APPID environment
variables provides necessary configuration for the Logto authentication
service. The change in VITE_APP_BASENAME from an empty string to '/'
ensures that the application's base URL is correctly set, which is
crucial for proper routing and navigation.
  • Loading branch information
cybersiddhu committed Feb 11, 2024
1 parent 49db796 commit 4371342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/dicty-frontpage/.env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
VITE_APP_BASENAME=''
VITE_APP_BASENAME='/'
VITE_APP_GA_TRACKING_ID=''
VITE_LOGTO_ENDPOINT="https://logto.dictybase.dev"
VITE_LOGTO_APPID="cu7h1redzdyerxcmc829d"
VITE_APP_GRAPHQL_SERVER='https://graphql.dictybase.dev/graphql'
VITE_APP_LOGTO_API_FIRST_RESOURCE="https://user.dictybase.dev/api"
VITE_APP_LOGTO_API_SECOND_RESOURCE="https://content.dictybase.dev/api"
Expand Down

0 comments on commit 4371342

Please sign in to comment.