-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
76 lines (58 loc) · 1.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB (Preview) and CockroachDB (Preview).
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
#-------------------------------------------------
# General
# 8080
PORT=
# 10
BCRYPT_SALT=10
#localhost
HOST=
#http://localhost:3000
CLIENT_URL=
#-------------------------------------------------
# Database
# depending on which database you are using, the credentials might be different
DB_CONNECTOR=
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_DATABASE=
DB_PORT=
# postgresql://<DB_USERNAME>:<DB_PASSWORD>@<DB_HOST>:<DB_PORT>/<DB_DATABASE>
# for example: postgresql://postgres:root@localhost:5432/ink_test
DATABASE_URL=
#---------------------------------------------------
# 127.0.0.1
REDIS_HOST=
# 6379
REDIS_PORT=
REDIS_USERNAME=
REDIS_PASSWORD=
REDIS_URL=
#---------------------------------------------------
# Jwt options
JWT_PRIVATE_KEY=
JWT_REFRESH_PRIVATE_KEY=
JWT_PUBLIC_KEY=
#HS256
JWT_ALGORITHM=
# 900
JWT_EXPIRE_TIME=
# 86400
JWT_EXPIRE_REFRESH_TIME=
SESSION_SECRET=
#---- upload
AWS_S3_ACCESS_KEY_ID=
AWS_S3_SECRET_ACCESS_KEY=
AWS_S3_BUCKET_REGION=eu-central-1
AWS_S3_API_VERSION=2010-12-01
AWS_S3_BUCKET_NAME=nest-boilerplate-bucket
#---- infrastructure
INFURA_URL=https://goerli.infura.io/v3/
INFURA_API_KEY=
INFURA_SECRET=
#---- wallet
ACCOUNT_PRIVATE_KEY=