We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ddde1 commit 7009952Copy full SHA for 7009952
demo/.env
@@ -1,2 +1,8 @@
1
-export ZEEBE_REST_ADDRESS='http://localhost:8088'
2
-export CAMUNDA_OPERATE_BASE_URL='http://localhost:8088/operate'
+# Camunda 8 Run default Docker Compose setup
+# See https://docs.camunda.io/docs/self-managed/quickstart/developer-quickstart/docker-compose/
3
+ZEEBE_REST_ADDRESS='http://localhost:8088'
4
+CAMUNDA_OPERATE_BASE_URL='http://localhost:8088/operate'
5
+
6
+# Disable OAuth token disk cache for demo purposes
7
+# Do not change this value unless you know what you are doing
8
+CAMUNDA_TOKEN_DISK_CACHE_DISABLE=true
0 commit comments