From 817ce1d0835a906555a77f2285272c155ab91617 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 4 May 2023 18:30:28 +0100 Subject: [PATCH] Add .env.example --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.example 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