Skip to content

Commit

Permalink
feat: fix variable name to match config key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnoack331 authored and shyim committed Sep 28, 2023
1 parent 8dbbeee commit b2ac0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/docs/shopware-project-yml-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b2ac0c4

Please sign in to comment.