forked from momentum-mod/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.TEMPLATE
54 lines (42 loc) · 1.31 KB
/
env.TEMPLATE
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
# Required for dev, the Steam API web key (you can get it from https://steamcommunity.com/dev/apikey)
STEAM_WEB_API_KEY=
# Node related variables, change if you really want to!
NODE_ENV=development
NODE_PORT=3002
# The secret used for generating JWTs
JWT_SECRET=key
# Whether to use the authenticated tickets library, "true" enables it
STEAM_USE_ENCRYPTED_TICKETS=
# If the above is true, this value is the secret key to use for decrypting the ticket
STEAM_TICKETS_SECRET=
# Whether to prevent limited accounts from signing up
STEAM_PREVENT_LIMITED=
# The database user, password, and root password
MOM_DATABASE_USER=
MOM_DATABASE_PW=
MYSQL_ROOT_PW=
# Storage endpoint URL and bucket name, and access details
MOM_STORAGE_ENDPOINT_URL=
MOM_STORAGE_BUCKET_NAME=
MOM_STORAGE_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# The base URL of your website
BASE_URL=
API_URL=
AUTH_URL=
CDN_URL=
# The Twitter consumer Key and Secret for using their API
TWITTER_CONSUMER_KEY=key
TWITTER_CONSUMER_SECRET=key
# The Discord Client ID and Secret for using their API
DISCORD_CLIENT_ID=key
DISCORD_CLIENT_SECRET=key
# The Twitch Client ID and Secret for using their API
TWITCH_CLIENT_ID=key
TWITCH_CLIENT_SECRET=key
# A generated secret for express' sessions
EXPRESS_SESSION_SECRET=
# Seq server address + API token
SEQ_ADDRESS=
SEQ_TOKEN=