12 lines
341 B
PHP
Executable File
12 lines
341 B
PHP
Executable File
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
/**
|
|
* 腾讯云产品配置
|
|
*/
|
|
$config['SecretId'] = 'AKIDZ5KXYMKRiwvgEVuJLArQekm10W1MoHxO';
|
|
$config['SecretKey'] = 'rUupYfYgFEm46mwtlSedMq7YjfS1ftxu';
|
|
|
|
$config['captcha']['CaptchaAppId'] = 2079313568;
|
|
$config['captcha']['AppSecretKey'] = '0iYB8BOao0awQf3T5jtvpZA**';
|
|
|