2016-07-29 12:45:35 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @Author: printempw
|
|
|
|
* @Date: 2016-07-29 11:53:11
|
|
|
|
* @Last Modified by: printempw
|
2017-01-17 22:16:03 +08:00
|
|
|
* @Last Modified time: 2017-01-17 21:47:29
|
2016-07-29 12:45:35 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2016-08-13 23:25:10 +08:00
|
|
|
'site_url' => '',
|
|
|
|
'site_name' => 'Blessing Skin Server',
|
2016-12-31 23:28:09 +08:00
|
|
|
'site_description' => 'Open-source PHP Minecraft Skin Hosting Service',
|
2016-12-31 23:36:44 +08:00
|
|
|
'user_can_register' => 'true',
|
2016-08-13 23:25:10 +08:00
|
|
|
'regs_per_ip' => '3',
|
2016-12-31 23:36:44 +08:00
|
|
|
'api_type' => 'false',
|
2016-12-31 23:28:09 +08:00
|
|
|
'announcement' => 'Welcome to Blessing Skin Server {version}!',
|
2016-08-13 23:25:10 +08:00
|
|
|
'color_scheme' => 'skin-blue',
|
2016-09-25 09:35:10 +08:00
|
|
|
'home_pic_url' => './resources/assets/images/bg.jpg',
|
2016-08-13 23:25:10 +08:00
|
|
|
'custom_css' => '',
|
|
|
|
'custom_js' => '',
|
2016-12-31 23:36:44 +08:00
|
|
|
'allow_chinese_playername' => 'true',
|
2016-08-13 23:25:10 +08:00
|
|
|
'comment_script' => '',
|
2017-01-17 22:16:03 +08:00
|
|
|
'allow_sending_statistics' => 'true',
|
2016-08-13 23:25:10 +08:00
|
|
|
'user_initial_score' => '1000',
|
|
|
|
'sign_gap_time' => '24',
|
|
|
|
'sign_score' => '10,100',
|
2016-12-31 23:36:44 +08:00
|
|
|
'score_per_storage' => 'true',
|
2016-08-13 23:25:10 +08:00
|
|
|
'private_score_per_storage' => '10',
|
2016-12-31 23:36:44 +08:00
|
|
|
'return_score' => 'true',
|
2016-08-13 23:25:10 +08:00
|
|
|
'score_per_player' => '100',
|
2016-12-31 23:36:44 +08:00
|
|
|
'sign_after_zero' => 'false',
|
2016-08-13 23:25:10 +08:00
|
|
|
'version' => '',
|
2016-12-31 23:36:44 +08:00
|
|
|
'check_update' => 'true',
|
2016-12-11 22:39:04 +08:00
|
|
|
'update_source' => 'https://work.prinzeugen.net/update.json',
|
2016-08-17 18:08:51 +08:00
|
|
|
'copyright_text' => '<strong>Copyright © 2016 <a href="{site_url}">{site_name}</a>.</strong> All rights reserved.',
|
2016-12-31 23:36:44 +08:00
|
|
|
'auto_del_invalid_texture' => 'false',
|
|
|
|
'return_200_when_notfound' => 'false',
|
2016-10-16 20:18:40 +08:00
|
|
|
'cache_expire_time' => '31536000',
|
2016-10-17 09:46:57 +08:00
|
|
|
'max_upload_file_size' => '1024',
|
2016-12-31 23:36:44 +08:00
|
|
|
'force_ssl' => 'false',
|
|
|
|
'auto_detect_asset_url' => 'true',
|
2016-12-27 23:05:09 +08:00
|
|
|
'plugins_enabled' => '',
|
2016-12-28 13:08:17 +08:00
|
|
|
'copyright_prefer' => '0',
|
2016-12-31 13:36:46 +08:00
|
|
|
'score_per_closet_item' => '0',
|
|
|
|
'favicon_url' => 'images/favicon.ico'
|
2016-07-29 12:45:35 +08:00
|
|
|
];
|