* Adjust code
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user