* Adjust code

This commit is contained in:
zenggang
2023-09-21 02:39:49 +00:00
parent a22b82cd91
commit e561f96652
+1 -1
View File
@@ -182,7 +182,7 @@ $config->cloud = new stdclass;
$config->cloud->api = new stdclass;
$config->cloud->api->host = 'https://api.qucheng.com';
$config->cloud->api->auth = 'X-Auth-Token';
$config->cloud->api->token = 'gwaN4KynqNqQoPD7eN8s'; // Please set token in my.php.
$config->cloud->api->token = getenv('CLOUD_API_TOKEN'); // Please set token in my.php.
$config->cloud->api->headers = array('Content-Type: application/json');
$config->cloud->api->channel = 'stable';
$config->cloud->api->switchChannel = false;