-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.env.example
38 lines (28 loc) · 1 KB
/
.env.example
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
31
32
33
34
35
36
37
DATABASE_URL=postgres://user:password@localhost:5442/nwc-periodic-payments
# default email config will use Mailhog
EMAIL_SERVER_USER=username
EMAIL_SERVER_PASSWORD=password
EMAIL_SERVER_HOST=localhost
EMAIL_SERVER_PORT=1025
INNGEST_EVENT_KEY="local"
INNGEST_DEV=1
INNGEST_SIGNING_KEY=
INNGEST_SERVE_HOST=http://localhost:8081
ORIGIN=http://localhost:8081
PRISMA_FIELD_ENCRYPTION_KEY=
# Sentry config (optional)
#NEXT_PUBLIC_SENTRY_DSN=
#SENTRY_DSN=
# Development variables
################################################################
# test sending notifications through mailhog even for frequencies shorter than one hour
#ALWAYS_ALLOW_NOTIFICATIONS=true
# pre-set some form fields
#NEXT_PUBLIC_DEFAULT_MESSAGE=Hello World
#NEXT_PUBLIC_DEFAULT_AMOUNT=1
#NEXT_PUBLIC_ALLOW_SHORT_TIMEFRAMES=true
# connect to your own NWC app
#NEXT_PUBLIC_NWC_WALLET_PUBKEY=
#NEXT_PUBLIC_NWC_AUTHORIZATION_URL="http://localhost:8080/apps/new"