-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
40 lines (30 loc) · 893 Bytes
/
.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
#######################################
# Server Configuration #
#######################################
# Server Port
PORT=
# "development" or "production"
NODE_ENV=
#######################################
# Database Configuration #
#######################################
# (Required)
# "postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=SCHEMA"
DATABASE_URL=
#######################################
# Development Configuration #
#######################################
# ['work in progress']
LOG_LEVEL=
# 0 = off, 1 = on (Optional)
ENABLE_GRAPHIQL=
#################### Development Only #
# SECRETS #
# PRODUCTION: SET IN SHELL ENV #
#######################################
SALT_ROUNDS=
#------------ KEYGEN START ------------
AT_SECRET=
RT_SECRET=
COOKIE_SECRET=
#------------- KEYGEN END -------------