main configuration

This commit is contained in:
SPT-dev 2023-03-02 21:10:15 -05:00
parent 6485cbb8eb
commit 7e6bbde22a

View File

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