-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
51 lines (42 loc) · 1.55 KB
/
.env
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# URL used for prisma connection.
# Database type can be switched from mysql, after modifying schema.prisma
DATABASE_URL="mysql://[email protected]:3309/analytics-proxy"
# Sentry logging system
NEXT_PUBLIC_SENTRY_DSN=
# Canonical URL of the website
NEXTAUTH_URL=
# Use "openssl rand -base64 32" to generate. Needed only in production
NEXTAUTH_SECRET=
# SMTP settings
EMAIL_SERVER_USER=
EMAIL_SERVER_PASSWORD=
EMAIL_SERVER_HOST=
EMAIL_SERVER_PORT=
EMAIL_FROM=
# Secret used for authenticating calls between our services
INTERNAL_SECRET=
# GitHub OAuth credentials
# Info about how to set it up: https://vercel.com/guides/nextjs-prisma-postgres#step-6.-set-up-github-authentication-with-nextauth
GITHUB_OAUTH_ID=
GITHUB_OAUTH_SECRET=
# Google OAuth credentials
# Info about how to set it up: https://next-auth.js.org/providers/google
GOOGLE_OAUTH_ID=
GOOGLE_OAUTH_SECRET=
# Tidio Chat script URL
NEXT_PUBLIC_TIDIO_URL=
# PayU payment system integration
# Set true if PayU sandbox environment is used. Set it to false, if testing values presented below are used
PAYU_SANDBOX=false
# POS Id(payment point id). Value 145227 can be used for testing
PAYU_POS_ID=
# Second key(MD5). Value 13a980d4f851f3d9a1cfc792fb1f5e50 can be used for testing
PAYU_SECOND_KEY=
# Cloudflare Worker service purpose of a proxy
# Api Key can be created on https://dash.cloudflare.com/profile/api-tokens
# Required permission is Account.Workers Scripts
CLOUDFLARE_WORKER_API_KEY=
# Account ID which is visible on page with list of workers
CLOUDFLARE_WORKER_ACCOUNT_ID=
# Worker Name
CLOUDFLARE_WORKER_ID=