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 May 13, 2024
1 parent 0d716eb commit 45ad388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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_AMAZON_S3_BUCKET=https://usupport-production.s3.eu-west-1.amazonaws.com
VITE_WEBSITE_URL=https://usupport.online
VITE_SOCKET_IO_URL=wss://usupport.online
VITE_STRIPE_PUBLIC_KEY=
Expand Down

0 comments on commit 45ad388

Please sign in to comment.