mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-24 14:04:07 +08:00
delete config.php
This commit is contained in:
parent
8bb79c286a
commit
e57fb63005
24
config.php
24
config.php
@ -1,24 +0,0 @@
|
||||
<?php
|
||||
/* MySQL 数据库名 */
|
||||
define('DB_NAME', 'skin');
|
||||
|
||||
/* MySQL 用户名 */
|
||||
define('DB_USER', 'root');
|
||||
|
||||
/* MySQL 连接密码 */
|
||||
define('DB_PASSWD', 'root');
|
||||
|
||||
/* MySQL 主机 */
|
||||
define('DB_HOST', 'localhost');
|
||||
|
||||
/* 盐,用于 token 加密,修改为任意随机字符串 */
|
||||
define('SALT', '9tvsh55d*s');
|
||||
|
||||
/* 同一 IP 最大可注册账户数 */
|
||||
define('REGS_PER_IP', 2);
|
||||
|
||||
/* 优先使用的 Json API,0 为 CustomSkinLoader API, 1 为 UniSkinAPI */
|
||||
define('API_TYPE', 1);
|
||||
|
||||
/* 站点名称,推荐英文(字体原因) */
|
||||
define('SITE_TITLE', 'Blessing Skin Server');
|
Loading…
Reference in New Issue
Block a user