forked from luludotdev/beatsaver-reloaded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
43 lines (34 loc) · 848 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
41
42
43
# JSON Web Token Signing Secret
# In prod this should be a long (>32 char) random string
JWT_SECRET=
# Caching Driver
# Can be redis or none
CACHE_DRIVER=redis
# Redis Details
# Defaults to localhost in dev, and redis in prod
# REDIS_HOST=
# REDIS_PASSWORD=
# REDIS_PORT=
# Elasticsearch Details
# Defaults to localhost in dev, and elastic in prod
# ELASTIC_DISABLED=true
# ELASTIC_HOST=
# ELASTIC_PORT=
# Mail Details
# Driver can be set to "log" or "sendgrid"
MAIL_DRIVER=log
MAIL_FROM=BeatSaver <no-reply@beatsaver.com>
# Sendgrid Key
# Required if mail driver is set to "sendgrid"
SENDGRID_KEY=
# BCrypt rounds
# Defaults to 12 if not set
# BCRYPT_ROUNDS=12
# Results per page
# Defaults to 10 if not set
# RESULTS_PER_PAGE=10
# Steam Web API Key
# Required for Steam Voting
STEAM_API_KEY=
# Disable Nightly Dumps
# DISABLE_DUMPS=true