.env.example hinzugefügt
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@ -0,0 +1,12 @@
|
||||
# Podchaser API OAuth2-Daten
|
||||
PODCHASER_CLIENT_ID=dein_podchaser_client_id
|
||||
PODCHASER_CLIENT_SECRET=dein_podchaser_client_secret
|
||||
|
||||
# Geheimnis, das du auch in Audiobookshelf als Bearer-Token einträgst
|
||||
ABS_AUTH_TOKEN=irgendein_langes_geheimes_token
|
||||
|
||||
# Port im Container (sollte zu EXPOSE im Dockerfile passen)
|
||||
PORT=3000
|
||||
|
||||
# Optional: falls Podchaser-GraphQL-URL sich ändert
|
||||
# PODCHASER_GRAPHQL_URL=https://api.podchaser.com/graphql
|
||||
Reference in New Issue
Block a user