core23/lastfm-bundle

Dotenv

LASTFM_API_ID=
LASTFM_API_SECRET=

Generated files

config/packages/core23_lastfm.yaml

core23_lastfm:
    api:
        app_id:         '%env(LASTFM_API_ID)%'
        shared_secret:  '%env(LASTFM_API_SECRET)%'