Skip to content

Commit e27d54c

Browse files
authored
Update camunda.php
1 parent e30c6c2 commit e27d54c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/camunda.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
return [
44
'api' => [
5-
'url' => env('CAMUNDA_API_URL', 'http://localhost:8080/engine-rest')
5+
'url' => env('CAMUNDA_API_URL', 'http://localhost:8080/engine-rest'),
6+
'tenant-id' => env('CAMUNDA_API_TENANT_ID'),
67
]
7-
];
8+
];

0 commit comments

Comments
 (0)