-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.env
More file actions
20 lines (18 loc) 路 595 Bytes
/
Copy path.env
File metadata and controls
20 lines (18 loc) 路 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Required
REACT_APP_HOST=localhost:3000
REACT_APP_LASTFM_API_KEY=
LASTFM_API_KEY=
LASTFM_SECRET=
SQLITE_DB_PATH="/var/www/html/database/development.db"
JWT_SECRET=lastfmDowntimeIsCausedByMonkeys
# Optional
DISCOGS_API_KEY=
DISCOGS_SECRET=
SETLISTFM_API_KEY=
REACT_APP_ANALYTICS_MEASUREMENT_ID=
REACT_APP_GROWTHBOOK_API_KEY=
REACT_APP_LINK_TO_TRANSLATIONS="https://github.com/elamperti/OpenWebScrobbler/blob/main/CONTRIBUTING.md#translations"
REACT_APP_SENTRY_DSN=
# Only for development: uncomment and set these numbers to your user/group IDs
# APACHE_RUN_USER=#1000
# APACHE_RUN_GROUP=#1000