EasyImages2.0/config/api_key.php

23 lines
513 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* 此文件用来存放各种key
* 2021-5-8 22:04:55
*/
$Api_Key = [
// 填写 TinyImag Key 申请地址https://tinypng.com/developers
'TinyImag' => '****7pPVQc9P***4Jvd2zH*****'
];
/*
* Token list 请在此填写需要配置Token的用户 前边编号有助于识别上传者ID
* 格式: ID数字需要从0开始,顺序添加)=> Token注意后边',')
*/
$tokenList = array(
0 => '8337effca0ddfcd9c5899f3509b23657',
1 => '1c17b11693cb5ec63859b091c5b9c1b2',
);