diff --git a/docs/usage/information_provider_system.md b/docs/usage/information_provider_system.md index b1a69187..3c90534b 100644 --- a/docs/usage/information_provider_system.md +++ b/docs/usage/information_provider_system.md @@ -77,7 +77,7 @@ Part-DB caches the search results internally, so if you have searched for a part Following env configuration options are available: * `PROVIDER_OCTOPART_CLIENT_ID`: The client ID you got from Nexar (mandatory) -* `PROVIDER_OCTOPART_CLIENT_SECRET`: The client secret you got from Nexar (mandatory) +* `PROVIDER_OCTOPART_SECRET`: The client secret you got from Nexar (mandatory) * `PROVIDER_OCTOPART_CURRENCY`: The currency you want to get prices in if available (optional, 3 letter ISO-code, default: `EUR`). If an offer is only available in a certain currency, Part-DB will save the prices in their native currency, and you can use Part-DB currency conversion feature to convert it to your preferred currency. * `PROVIDER_OCOTPART_COUNTRY`: The country you want to get prices in if available (optional, 2 letter ISO-code, default: `DE`). To get correct prices, you have to set this and the currency setting to the correct value. @@ -137,4 +137,4 @@ To reduce the number of API calls against the providers, the results are cached: * The product details are cached for 4 days If you need a fresh result, you can clear the cache by running `php .\bin\console cache:pool:clear info_provider.cache` on the command line. -The default `php bin/console cache:clear` also clears the result cache, as it clears all caches. \ No newline at end of file +The default `php bin/console cache:clear` also clears the result cache, as it clears all caches.