File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" .
You can’t perform that action at this time.
0 commit comments