Skip to content

Commit 62a2ed2

Browse files
committed
Clarify Discogs API credential setup instructions for improved consistency and readability.
1 parent bde09da commit 62a2ed2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DependencyInjection/DiscogsClientFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ private function getSetupInstructions(): string
8080
return "\n\nTo configure Discogs API credentials:\n".
8181
"1. Personal Access Token (recommended):\n".
8282
" - Get your token from: https://www.discogs.com/settings/developers\n".
83-
" - Add to your .env.local: DISCOGS_PERSONAL_ACCESS_TOKEN=your_token_here\n".
83+
" - Set environment variable: DISCOGS_PERSONAL_ACCESS_TOKEN=your_token_here\n".
8484
" - Configure in config/packages/calliostro_discogs.yaml:\n".
8585
" calliostro_discogs:\n".
8686
" personal_access_token: '%env(DISCOGS_PERSONAL_ACCESS_TOKEN)%'\n\n".
8787
"2. OAuth Consumer Credentials (for applications):\n".
88-
" - Add to your .env.local:\n".
88+
" - Set environment variables:\n".
8989
" DISCOGS_CONSUMER_KEY=your_key_here\n".
9090
" DISCOGS_CONSUMER_SECRET=your_secret_here\n".
9191
" - Configure in config/packages/calliostro_discogs.yaml:\n".

0 commit comments

Comments
 (0)