tangled
alpha
login
or
join now
tom.sherman.is
/
piper
0
fork
atom
A fork of https://github.com/teal-fm/piper
0
fork
atom
overview
issues
pulls
pipelines
update .env.template
Kyle Loveless
10 months ago
83b72c08
27ee7d08
+12
-1
1 changed file
expand all
collapse all
unified
split
.env.template
+12
-1
.env.template
···
2
SERVER_PORT=8080
3
SERVER_HOST=localhost
4
0
0
5
# Spotify OAuth configuration
6
SPOTIFY_CLIENT_ID=
7
SPOTIFY_CLIENT_SECRET=
···
9
SPOTIFY_TOKEN_URL=https://accounts.spotify.com/api/token
10
SPOTIFY_SCOPES=user-read-currently-playing user-read-email
11
0
0
0
0
0
0
0
0
0
12
# Callback URLs
13
-
CALLBACK_SPOTIFY=http://localhost:8080/callback/spotify
14
15
# Tracker settings
16
TRACKER_INTERVAL=30
···
2
SERVER_PORT=8080
3
SERVER_HOST=localhost
4
5
+
SERVER_ROOT_URL=
6
+
7
# Spotify OAuth configuration
8
SPOTIFY_CLIENT_ID=
9
SPOTIFY_CLIENT_SECRET=
···
11
SPOTIFY_TOKEN_URL=https://accounts.spotify.com/api/token
12
SPOTIFY_SCOPES=user-read-currently-playing user-read-email
13
14
+
# ATProto OAuth configuration
15
+
# link to metadata url
16
+
ATPROTO_CLIENT_ID=
17
+
ATPROTO_METADATA_URL=
18
+
ATPROTO_CALLBACK_URL=
19
+
20
+
# Last.fm
21
+
LASTFM_API_KEY=
22
+
23
# Callback URLs
24
+
CALLBACK_SPOTIFY=
25
26
# Tracker settings
27
TRACKER_INTERVAL=30