#add jira & message sync

This commit is contained in:
2025-12-02 10:16:32 +08:00
parent 5c4492d8f8
commit 2ec44b5665
49 changed files with 6633 additions and 1209 deletions

View File

@@ -35,4 +35,14 @@ return [
],
],
'agent' => [
'url' => env('AGENT_URL'),
'timeout' => env('AGENT_TIMEOUT', 30),
],
'mono' => [
'url' => env('MONO_URL'),
'timeout' => env('MONO_TIMEOUT', 30),
],
];