We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1576ab commit c1b73c9Copy full SHA for c1b73c9
README.md
@@ -18,6 +18,6 @@ More information you can find [here](https://developers.podio.com/authentication
18
In the component repository you need to specify OAuth Client credentials as environment variables. You would need two variables
19
20
You would need two variables:
21
- * ```PODIO_CLIENT_KEY``` - your OAuth client key
22
- * ```PODIO_CLIENT_SECRET``` - your OAUth client secret
+ * ```PODIO_APP_ID``` - your OAuth client key
+ * ```PODIO_APP_SECRET``` - your OAUth client secret
23
0 commit comments