forked from momentum-mod/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env-vars.list
36 lines (27 loc) · 808 Bytes
/
env-vars.list
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
# Node related variables, change if you really want to!
NODE_ENV=production
NODE_PORT=3002
# The secret used for generating JWTs
JWT_SECRET=
# The Steam API web key (you can get it from https://steamcommunity.com/dev/apikey)
STEAM_WEB_API_KEY=
# The database user, password, and host
MOM_DATABASE_USER=
MOM_DATABASE_PW=
MOM_DATABASE_HOST=
# The base URL of your website
BASE_URL=
# The Twitter consumer Key and Secret for using their API
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
# The Discord Client ID and Secret for using their API
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
# The Twitch Client ID and Secret for using their API
TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
# A generated secret for express' sessions
EXPRESS_SESSION_SECRET=
# Seq server address + API token
SEQ_ADDRESS=
SEQ_TOKEN=