main configuration
This commit is contained in:
parent
6485cbb8eb
commit
7e6bbde22a
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user