Skip to content

Commit a7a68ee

Browse files
committed
对配置项的默认环境变量名称进行修改
1 parent 9bc2827 commit a7a68ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/dingtalk_robot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
// 默认发送的机器人
55
'default' => [
66
// 机器人的 access_token
7-
'access_token' => env('DINGTALK_ROBOT_TOKEN', ''),
7+
'access_token' => env('DINGTALK_ROBOT_ACCESS_TOKEN', ''),
88

99
// 请求的超时时间
10-
'timeout' => env('DINGTALK_ROBOT_TIME_OUT', 2.0)
10+
'timeout' => env('DINGTALK_ROBOT_TIMEOUT', 2.0)
1111
]
1212
];

0 commit comments

Comments
 (0)