Skip to content

Commit

Permalink
chore(README): add missing environment variable
Browse files Browse the repository at this point in the history
Add missing region for docker-compose.yaml example
  • Loading branch information
itsmestefanjay authored Jan 8, 2025
1 parent 39aa85a commit cd380f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
- ZEEBE_CLIENT_ID=<your-client-id>
- ZEEBE_CLIENT_SECRET=<your-client-secret>
- CAMUNDA_CLUSTER_ID=<your-cluster-id>
- CAMUNDA_CLUSTER_REGION=<your-cluster-region>
volumes:
- /path/to/your/scripts:/usr/src/app/rpaScripts
ports:
Expand Down

0 comments on commit cd380f6

Please sign in to comment.