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
2
SERVER_PORT=8080
3
3
SERVER_HOST=localhost
4
4
5
5
+
SERVER_ROOT_URL=
6
6
+
5
7
# Spotify OAuth configuration
6
8
SPOTIFY_CLIENT_ID=
7
9
SPOTIFY_CLIENT_SECRET=
···
9
11
SPOTIFY_TOKEN_URL=https://accounts.spotify.com/api/token
10
12
SPOTIFY_SCOPES=user-read-currently-playing user-read-email
11
13
14
14
+
# ATProto OAuth configuration
15
15
+
# link to metadata url
16
16
+
ATPROTO_CLIENT_ID=
17
17
+
ATPROTO_METADATA_URL=
18
18
+
ATPROTO_CALLBACK_URL=
19
19
+
20
20
+
# Last.fm
21
21
+
LASTFM_API_KEY=
22
22
+
12
23
# Callback URLs
13
13
-
CALLBACK_SPOTIFY=http://localhost:8080/callback/spotify
24
24
+
CALLBACK_SPOTIFY=
14
25
15
26
# Tracker settings
16
27
TRACKER_INTERVAL=30