diff options
Diffstat (limited to 'server/.env.example')
-rw-r--r-- | server/.env.example | 4 |
1 files changed, 4 insertions, 0 deletions
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 |