diff --git a/wiki/docs/shopware-project-yml-schema.md b/wiki/docs/shopware-project-yml-schema.md index 92d195d5..9b3892e8 100644 --- a/wiki/docs/shopware-project-yml-schema.md +++ b/wiki/docs/shopware-project-yml-schema.md @@ -99,5 +99,5 @@ url: 'http://localhost' admin_api: # there are two valid environment variable syntax client_id: ${SHOPWARE_CLI_CLIENT_ID} - client_secret: $SHOPWARE_CLI_CLIENT_ID + client_secret: $SHOPWARE_CLI_CLIENT_SECRET ``` \ No newline at end of file