From 40358139a8ad1cba015c109dde915d6d8955fd99 Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 15 Jul 2021 23:17:00 +0200 Subject: Added necessary variables to `.env.example` --- server/.env.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server') diff --git a/server/.env.example b/server/.env.example index 54a7a6f..a6dac77 100644 --- a/server/.env.example +++ b/server/.env.example @@ -1,3 +1,7 @@ PORT=3000 DB_CONN=mongodb://localhost/mevn_ecommerce_db APP_SECRET=replace-this +SITE_URL=http://localhost:3000 +PAYPAL_ENVIRONMENT=sandbox +PAYPAL_CLIENT_ID=your-paypal-rest-app-id +PAYPAL_CLIENT_SECRET=your-paypal-rest-app-secret -- cgit v1.2.3