Skip to content

Commit 7009952

Browse files
jarekdanielakphilippfromme
authored andcommitted
chore: better env
1 parent 26ddde1 commit 7009952

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

demo/.env

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
export ZEEBE_REST_ADDRESS='http://localhost:8088'
2-
export CAMUNDA_OPERATE_BASE_URL='http://localhost:8088/operate'
1+
# Camunda 8 Run default Docker Compose setup
2+
# 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

Comments
 (0)