Skip to content

Commit

Permalink
Refactor: env vars for production
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilen-7DIGIT committed Apr 25, 2024
1 parent e40b918 commit 2cf8d73
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
VITE_HOST=
VITE_API_ENDPOINT=
VITE_CMS_API_URL=
VITE_HOST=https://usupport.online/client
VITE_API_ENDPOINT=https://usupport.online/api
VITE_CMS_API_URL=https://usupport.online/cms/api
VITE_AMAZON_S3_BUCKET=https://usupport-production.s3.eu-central-1.amazonaws.com
VITE_WEBSITE_URL=https://usupport.online
VITE_STRIPE_PUBLIC_KEY=
VITE_SOCKET_IO_URL=wss://usupport.online
VITE_STRIPE_PUBLIC_KEY=
VITE_GIT_BOOK_URL=https://7digit-1.gitbook.io/usupport/y0yJCW2nZ6Sb52p4arjv

0 comments on commit 2cf8d73

Please sign in to comment.