46 lines
1.8 KiB
PHP
46 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* @Author: printempw
|
|
* @Date: 2016-07-29 11:53:11
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-12-31 23:14:51
|
|
*/
|
|
|
|
return [
|
|
'site_url' => '',
|
|
'site_name' => 'Blessing Skin Server',
|
|
'site_description' => 'Open-source PHP Minecraft Skin Hosting Service',
|
|
'user_can_register' => '1',
|
|
'regs_per_ip' => '3',
|
|
'api_type' => '0',
|
|
'announcement' => 'Welcome to Blessing Skin Server {version}!',
|
|
'color_scheme' => 'skin-blue',
|
|
'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',
|
|
'return_score' => '1',
|
|
'score_per_player' => '100',
|
|
'sign_after_zero' => '0',
|
|
'version' => '',
|
|
'check_update' => '1',
|
|
'update_source' => 'https://work.prinzeugen.net/update.json',
|
|
'copyright_text' => '<strong>Copyright © 2016 <a href="{site_url}">{site_name}</a>.</strong> All rights reserved.',
|
|
'auto_del_invalid_texture' => '0',
|
|
'return_200_when_notfound' => '0',
|
|
'cache_expire_time' => '31536000',
|
|
'max_upload_file_size' => '1024',
|
|
'force_ssl' => '0',
|
|
'auto_detect_asset_url' => '1',
|
|
'plugins_enabled' => '',
|
|
'copyright_prefer' => '0',
|
|
'score_per_closet_item' => '0',
|
|
'favicon_url' => 'images/favicon.ico'
|
|
];
|