-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsample.env
More file actions
28 lines (22 loc) · 701 Bytes
/
sample.env
File metadata and controls
28 lines (22 loc) · 701 Bytes
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
# from https://www.scraperapi.com/dashboard
SCRAPER_API_KEY=
SCRAPER_API_REQUEST_ATTEMPTS=5
SCRAPER_API_REQUEST_TIMEOUT=60000
# from https://developer.spotify.com/dashboard/applications
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
# postgres database connection params
DATABASE_PORT=5432
DATABASE_HOST=localhost
DATABASE_NAME=muCriticData
DATABASE_USERNAME=muCritic
DATABASE_PASSWORD=
# which logs to show - "false" to disable
LOG_ERROR=true
LOG_SUCCESS=true
LOG_NOTIFY=true
LOG_GENERAL=true
# local location of the default RYM profile list, otherwise provided via CLI argument
DEFAULT_PROFILE_URI=resources/default.txt
# server port to serve documentation HTML pages
DOCUMENTATION_SERVER_PORT=8080