#add jira username config

This commit is contained in:
2025-12-18 14:25:17 +08:00
parent 3f27eb07c2
commit c4fb6e1b7b
7 changed files with 229 additions and 18 deletions

View File

@@ -27,6 +27,6 @@ return [
'AM' => 'AM',
],
// 默认用户(如果未指定)
'default_user' => env('JIRA_DEFAULT_USER'),
// 默认查询用户(如果未指定,默认使用 JIRA_USERNAME
'default_user' => env('JIRA_USERNAME'),
];