main configuration

This commit is contained in:
Sorata-Senpai 2020-11-25 04:59:26 +01:00
parent a708c4fd54
commit 6b3bd2b007

View File

@ -37,19 +37,19 @@ class Configuration
*/ */
private static $_defaults = array( private static $_defaults = array(
'main' => array( 'main' => array(
'name' => 'PrivateBin', 'name' => 'SPT-Aki CodePaste',
'basepath' => '', 'basepath' => '',
'discussion' => true, 'discussion' => true,
'opendiscussion' => false, 'opendiscussion' => false,
'password' => true, 'password' => true,
'fileupload' => false, 'fileupload' => true,
'burnafterreadingselected' => false, 'burnafterreadingselected' => false,
'defaultformatter' => 'plaintext', 'defaultformatter' => 'syntaxhighlighting',
'syntaxhighlightingtheme' => null, 'syntaxhighlightingtheme' => "sons-of-obsidian",
'sizelimit' => 10485760, 'sizelimit' => 10485760,
'template' => 'bootstrap', 'template' => 'bootstrap',
'info' => 'More information on the <a href=\'https://privatebin.info/\'>project page</a>.', 'info' => '',
'notice' => '', 'notice' => 'Note: This is actually a test service Kittens will die if you abuse this service',
'languageselection' => false, 'languageselection' => false,
'languagedefault' => '', 'languagedefault' => '',
'urlshortener' => '', 'urlshortener' => '',
@ -61,7 +61,7 @@ class Configuration
'compression' => 'zlib', 'compression' => 'zlib',
), ),
'expire' => array( 'expire' => array(
'default' => '1week', 'default' => '1day',
), ),
'expire_options' => array( 'expire_options' => array(
'5min' => 300, '5min' => 300,