-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (22 loc) · 849 Bytes
/
.env.example
File metadata and controls
30 lines (22 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DATABASE_URL='postgres://paypath:example@localhost:5432/'
# https://discord.com/developers/applications
DISCORD_ID=""
NEXT_PUBLIC_DISCORD_ID=""
DISCORD_SECRET=""
DISCORD_TOKEN=""
#########
# This value can be set with `openssl rand -hex 32`
AUTH_SECRET="CHANGETHISINPRODUCTION"
# Can be: "development" or "production"
NEXT_PUBLIC_NODE_ENV="development"
#########
# https://dashboard.stripe.com/apikeys
NEXT_PUBLIC_STRIPE_PUB_KEY="pk_test_xxx"
STRIPE_SEC_KEY="sk_test_xxx"
# If you're using the same Stripe account for API access
# and to use Paypath, set this value to your account ID.
STRIPE_GATEKEEP_ACCT_ID="acct_1N2fxrKjtX7KwyfC"
# https://dashboard.stripe.com/settings/connect/onboarding-options/oauth
# https://dashboard.stripe.com/test/settings/connect/onboarding-options/oauth
STRIPE_CONNECT_ID="ca_xxx"
STRIPE_SIGNING="whsec_xxx"