-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env.example
38 lines (29 loc) · 836 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
# the server port
PORT = 23504
# database
DATABASE_URL=postgres://opeolluwa:thunderstorm@localhost/raccoon
#jwt secret and OTP encryption
JWT_SECRET=zlsAAnVChDQJEZDW9pAq7ks98gjolpfASBHAi8BJ3Y9TeUDHcX9HovV5BzrS4hUKX5tBmB4acfQ
TOTP_ENCRYPTION_KEY = ptDVUcaEswtawGxdAYrHMzjNZzwVqzJpZFDIaNnDtLMMkbnTVpxtbTRcpMaPmvvvXwwbPFpGMVQuiUaKRtbx
#smtp username
SMTP_USERNAME=
#smtp password
SMTP_PASSWORD=
#smtp host
SMTP_HOST=
#smtp port
SMTP_PORT=
#smtp the email address that the response can be sent to
SMTP_REPLY_TO_ADDRESS=
#the name of the email address that the response can be sent to
SMTP_REPLY_TO_NAME=
#message broker
EMAIL_QUEUE = email_queue
# 0Auth2 configuration
#the client id of the 0Auth2 application using google
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
#DISCORD
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
REDIRECT_URL=