-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 1.11 KB
/
Copy path.env.example
File metadata and controls
35 lines (30 loc) · 1.11 KB
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
# Source code URL.
HARMONY_CODE_URL=
# User support URL.
HARMONY_SUPPORT_URL=
# Base URL of the MusicBrainz API which should be used to request data.
HARMONY_MB_API_URL=
# Base URL of the MusicBrainz server which should be targeted (by links and for seeding).
HARMONY_MB_TARGET_URL=
# Current git revision of the app.
DENO_DEPLOYMENT_ID=
# Path to the directory where the app should persist data like snapshots.
HARMONY_DATA_DIR=
# Indicates whether the protocol of a client from the `X-Forwarded-Proto` proxy header should be used.
FORWARD_PROTO=
# Port to serve the app on.
PORT=
# Provider API config
# Discogs app config (optional, for higher rate limit). See https://www.discogs.com/developers/#page:authentication
HARMONY_DISCOGS_CONSUMER_KEY=
HARMONY_DISCOGS_CONSUMER_SECRET=
# Spotify app config. See https://developer.spotify.com/documentation/web-api
HARMONY_SPOTIFY_CLIENT_ID=
HARMONY_SPOTIFY_CLIENT_SECRET=
# Tidal app config. See https://developer.tidal.com/reference/web-api
HARMONY_TIDAL_CLIENT_ID=
HARMONY_TIDAL_CLIENT_SECRET=
# Qobuz app config.
HARMONY_QOBUZ_APP_ID=
# Bugs! app config.
HARMONY_BUGS_CLIENT_SECRET=