d1aabd53dc
and example env file
7 lines
350 B
Bash
7 lines
350 B
Bash
SPOTIFY_ENCODED_ID=<Spotify-API-Token>
|
|
OIDC_RP_CLIENT_ID=<OIDC-Client-ID>
|
|
OIDC_RP_CLIENT_SECRET=<OIDC-Client-Secret>
|
|
OIDC_OP_AUTHORIZATION_ENDPOINT=https://auth.yourwebsite.com/application/o/authorize/
|
|
OIDC_OP_TOKEN_ENDPOINT=https://auth.yourwebsite.com/application/o/token/
|
|
OIDC_OP_USER_ENDPOINT=https://auth.yourwebsite.com/application/o/userinfo/
|