You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
754 B

<?php
//This is the php config file
$g_db_serverName="Your database server IP or Name";
$g_db_usrName="Your database user name";
$g_db_psswd="Your password";
$g_db_dbName="The main database you select";
//dogecloud API
$dc_AccessKey = "Your_AccessKey";
$dc_SecretKey = "Your_SecretKey";
//This is the php config file
$g_db_log_serverName="log_database_ip";
$g_db_log_usrName="database username";
$g_db_log_psswd="database password";
$g_db_log_dbName="database name";
//Aliyun Mail API
$aym_AccessKey = "aliyun mail ak";
$aym_SecretKey = "aliyun mail sk";
//Guguji API
$ggj_ak = "guguji ak";
$ggj_userID = "userid";
$ggj_memobirdID = "memobirdID";
//sms keys
$sms_appid = "tencent sms appid";
$sms_appkey = "sms appkey";
$sms_smsSign = "sms sign";