diff options
author | Mateja <mail@matejamaric.com> | 2021-07-15 23:17:00 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-07-15 23:17:00 +0200 |
commit | 40358139a8ad1cba015c109dde915d6d8955fd99 (patch) | |
tree | 661cd0fb8d0f0650516ebd251c022931948070b2 /server | |
parent | 82524d55f5c9c96b523f1c280c870e04e9fc0f0b (diff) | |
download | mevn-ecommerce-40358139a8ad1cba015c109dde915d6d8955fd99.tar.gz mevn-ecommerce-40358139a8ad1cba015c109dde915d6d8955fd99.zip |
Added necessary variables to `.env.example`
Diffstat (limited to 'server')
-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 |