Update config.php

这个提交包含在:
小小白哦
2026-07-25 13:51:30 +08:00
提交者 GitHub
父节点 23eb6f5235
当前提交 9d28394382
+4 -4
查看文件
@@ -16,13 +16,13 @@ if (file_exists($tokenFile)) {
return [ return [
'aliyun' => [ 'aliyun' => [
'access_key_id' => 'LTAI5t9xDffWwAoBjMYuch3B', 'access_key_id' => '',
'access_key_secret' => '7T2dWLz5r4LSSpWpZV3jSk8hKbddMM', 'access_key_secret' => '',
'endpoint' => 'https://alidns.aliyuncs.com', 'endpoint' => 'https://alidns.aliyuncs.com',
'region_id' => 'cn-hangzhou' 'region_id' => ''
], ],
'api' => [ 'api' => [
'allowed_ips' => '*', 'allowed_ips' => '*',
'token' => $token 'token' => $token
] ]
]; ];