blessing-skin-server/config/options.php

41 lines
1.6 KiB
PHP
Raw Normal View History

2016-07-29 12:45:35 +08:00
<?php
/**
* @Author: printempw
* @Date: 2016-07-29 11:53:11
* @Last Modified by: printempw
2016-11-18 17:24:13 +08:00
* @Last Modified time: 2016-11-18 17:00:05
2016-07-29 12:45:35 +08:00
*/
return [
'site_url' => '',
'site_name' => 'Blessing Skin Server',
'site_description' => '开源的 PHP Minecraft 皮肤站',
'user_can_register' => '1',
'regs_per_ip' => '3',
'api_type' => '0',
'announcement' => '欢迎使用 Blessing Skin Server {version}',
'color_scheme' => 'skin-blue',
2016-09-25 09:35:10 +08:00
'home_pic_url' => './resources/assets/images/bg.jpg',
'custom_css' => '',
'custom_js' => '',
'allow_chinese_playername' => '1',
'comment_script' => '',
'user_initial_score' => '1000',
'sign_gap_time' => '24',
'sign_score' => '10,100',
'score_per_storage' => '1',
'private_score_per_storage' => '10',
'score_per_player' => '100',
'sign_after_zero' => '0',
'version' => '',
'check_update' => '1',
2016-08-28 21:48:15 +08:00
'update_source' => 'nyavm',
'copyright_text' => '<strong>Copyright &copy; 2016 <a href="{site_url}">{site_name}</a>.</strong> All rights reserved.',
2016-09-25 14:21:51 +08:00
'auto_del_invalid_texture' => '0',
'return_200_when_notfound' => '0',
'cache_expire_time' => '31536000',
'max_upload_file_size' => '1024',
2016-10-17 12:20:55 +08:00
'auto_detect_asset_url' => '1',
'plugins_enabled' => ''
2016-07-29 12:45:35 +08:00
];