-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
executable file
·32 lines (27 loc) · 864 Bytes
/
config.php
File metadata and controls
executable file
·32 lines (27 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
// 网站配置
$siteName = "Count API";
$siteUrl = "https://dev.local.count.littlesheep.cc/";
$siteInfo = "未来的未来,不是我的未来";
$iconimage = "";
$titleimage = "";
// 数据库配置
$host = "127.0.0.1";
$db_username = "count";
$db_password = "XNH3WKK5MFsraJKt";
$database = "count";
$port = 3306;
// 邮箱配置
$smtpHost = "smtpdm.aliyun.com";
$smtpUsername = "no-reply@smtp.miaofile.com";
$smtpPassword = "QFtpag453002218";
$smtpPort = 465;
$smtpProtocol = "ssl";
// 其余配置
$logoimagedark = "https://image.cdn.cn-zj.littlesheep.cc/storages/2023/12/17/657ebb917f7b5.png";
$logoimagelight = "https://image.cdn.cn-zj.littlesheep.cc/storages/2023/12/17/657ebb40580f0.png";
$mapconfig = "https://baidu.com";
$phoneconfig = "+86 10000000000";
$emailconfig = "eamil@email.com";
// 定时任务 token
$cronToken = "Qftpag453002218.";