aboutsummaryrefslogtreecommitdiff
path: root/server/.env.example
blob: a6dac77aebb8dc3c821d8c6a60bcf34ce27b1cb1 (plain) (blame)
1
2
3
4
5
6
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