Files
fullhouse/.env.example

17 lines
741 B
Plaintext
Raw Normal View History

IMAGE=repo.explewd.com/explewd/fullhouse
HOST_PORT=3080
# Spotify app credentials — developer.spotify.com/dashboard. Needs a
# registered redirect URI matching SPOTIFY_HOST_REDIRECT_URI below
# exactly (Spotify does exact string matching, trailing slash included),
# plus a separate one for the guest PKCE flow: <your domain>/ (root,
# no path — see client/src/lib/pkce.ts).
#
# This is the only place SPOTIFY_CLIENT_ID needs configuring — the
# client fetches it from the api container's /api/config at runtime
# (it's not sensitive data), not baked in at build time, so there's no
# separate CI secret for it.
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_HOST_REDIRECT_URI=https://fullhouse.yourdomain.com/api/spotify/callback