forked from mrvautin/nextjs-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
20 lines (20 loc) · 802 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
VERIFONE_API_ENDPOINT=https://cst.test-gsc.vfims.com
VERIFONE_PUBLIC_KEY=00000000-0000-0000-0000-000000000000
VERIFONE_USER_UID=00000000-0000-0000-0000-000000000000
VERIFONE_ENTITY_ID=00000000-0000-0000-0000-000000000000
VERIFONE_PAYMENT_CONTRACT=00000000-0000-0000-0000-000000000000
VERIFONE_THEME_ID=00000000-0000-0000-0000-000000000000
STRIPE_SECRET_KEY=sk_test
STRIPE_WEBHOOK_SECRET=we_....
DATABASE_CONNECTION_STRING=database-connection-string
NEXTAUTH_URL=http://localhost:3000
BASE_URL=http://localhost:3000
NEXT_PUBLIC_PAYMENT_CURRENCY=AUD
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_PAYMENT_CONFIG=stripe
GITHUB_CLIENT_ID=clientid-here
GITHUB_SECRET=secret-here
NEXTAUTH_SECRET=a-random-string
AWS_S3_BUCKET_NAME=nextjs-checkout
AWS_ACCESS_KEY_ID=my-key
AWS_SECRET_ACCESS_KEY=my-key