Init
This commit is contained in:
6
config/temporal.php
Normal file
6
config/temporal.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'address' => env('TEMPORAL_ADDRESS', 'localhost:7233'),
|
||||
'task_queue' => env('TEMPORAL_TASK_QUEUE', 'laravel-tasks'),
|
||||
];
|
||||
Reference in New Issue
Block a user