We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30c6c2 commit e27d54cCopy full SHA for e27d54c
config/camunda.php
@@ -2,6 +2,7 @@
2
3
return [
4
'api' => [
5
- 'url' => env('CAMUNDA_API_URL', 'http://localhost:8080/engine-rest')
+ 'url' => env('CAMUNDA_API_URL', 'http://localhost:8080/engine-rest'),
6
+ 'tenant-id' => env('CAMUNDA_API_TENANT_ID'),
7
]
-];
8
+];
0 commit comments