merge muzick redis into shared infra stack, rotate secrets
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
# Database
|
||||
DB_PASSWORD=change-me
|
||||
|
||||
# Shared redis (infra stack)
|
||||
REDIS_PASSWORD=change-me
|
||||
|
||||
# Typesense search
|
||||
TYPESENSE_API_KEY=change-me
|
||||
|
||||
# Last.fm API credentials (required for artist images, tags)
|
||||
LASTFM_API_KEY="your-lastfm-api-key"
|
||||
LASTFM_SHARED_SECRET="your-lastfm-shared-secret"
|
||||
|
||||
Reference in New Issue
Block a user