32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
#############################################################
|
|
#### Followings need to be copied to .env.production
|
|
#### And inline by Next.js during docker build
|
|
#############################################################
|
|
|
|
NEXT_PUBLIC_APP_NAME=Crosslog
|
|
NEXT_PUBLIC_OUR_DOMAIN=localhost:3000
|
|
NEXT_PUBLIC_R2_URL=https://r2.egoist.workers.dev
|
|
NEXT_PUBLIC_DISCORD_LINK="https://discord.gg/ucBPN7brXf"
|
|
NEXT_PUBLIC_GITHUB_LINK="https://github.com/Crossbell-Box/Crosslog"
|
|
|
|
#############################################################
|
|
#### Followings are runtime secrets set via Fly CLI
|
|
#############################################################
|
|
|
|
DATABASE_URL='postgres://postgres:pass@localhost:5432/proselog?schema=public'
|
|
|
|
AUTH_COOKIE_NAME=proselog.token
|
|
|
|
# openssl rand -base64 32
|
|
ENCRYPT_SECRET=uIeqyCW1E5PbK2ztsc+UXcPwsZ0L/Z4k08ArOSaKpHHFViRbdnFJcQ==
|
|
|
|
MAILGUN_APIKEY=
|
|
# use separate domain for transcantional email / newsletter email
|
|
MAILGUN_DOMAIN_TRANSANCTION=
|
|
MAILGUN_DOMAIN_NEWSLETTER=
|
|
|
|
# access token for our umami instance
|
|
UMAMI_TOKEN=
|
|
|
|
WEB3_STORAGE_API_TOKEN=
|