You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
482 B
YAML
16 lines
482 B
YAML
spotify:
|
|
# Spotify OIDC client ID
|
|
clientId: <SPOTIFY_CLIENT_ID>
|
|
# Spotify OIDC client secret
|
|
clientSecret: <SPOTIFY_CLIENT_SECRET>
|
|
mongodb:
|
|
# MongoDB connection URI
|
|
uri: <MONGODB_URI>
|
|
server:
|
|
# session key used for cookie sessions, ideally a random string with at least 32 characters
|
|
sessionKey: <SERVER_SESSION_KEY>
|
|
# server scheme, either http or https
|
|
scheme: <SERVER_SCHEME>
|
|
# server host, such as localhost:5001 or listy.example.com
|
|
host: <SERVER_HOST>
|