diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4ca0343 --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +VITE_GRAPHQL_SUPPORT_API=https://example.com/graphql +VITE_PAYMENT_API=https://example.com/payment/api +VITE_GRAPHQL_SUPPORT_SUBSCRIPTIONS_API=https://example.com/graphql +VITE_GRAPHQL_API=https://example.com/graphql +VITE_STRIPE_PUBLIC_KEY=STRIPE_PUBLIC_KEY +VITE_CLOUDINARY_URL=CLOUDINARY_URL \ No newline at end of file