Skip to content

Commit

Permalink
Add production env for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Apr 30, 2024
1 parent c565a8a commit 58658df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/.env.prod.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Production env config, do not put secrets in here !!
VITE_API_URL=appointment.day/api/v1/
VITE_BASE_URL=appointment.day
VITE_API_SECURE=true
VITE_SHORT_BASE_URL=https://apmt.day

# -- Auth scheme --
VITE_AUTH_SCHEME=fxa

# For fxa
VITE_FXA_EDIT_PROFILE=https://accounts.firefox.com/settings

0 comments on commit 58658df

Please sign in to comment.