<?php if (!defined('PmWiki')) exit();
$FarmPubDirUrl = 'https://***.com/dev/wiki/pub';
$Skin = 'custom';
$EnableGUIButtons = 1;
$GUIButtons['h2'] = array(400, '\\n!! ', '\\n', '$[Heading]',
                    '$GUIButtonDirUrlFmt/h2.gif"$[Heading]"');
$GUIButtons['h3'] = array(402, '\\n!!! ', '\\n', '$[Subheading]',
                    '$GUIButtonDirUrlFmt/h3.gif"$[Subheading]"');
$GUIButtons['indent'] = array(500, '\\n->', '\\n', '$[Indented text]',
                    '$GUIButtonDirUrlFmt/indent.gif"$[Indented text]"');
$GUIButtons['outdent'] = array(510, '\\n-<', '\\n', '$[Hanging indent]',
                    '$GUIButtonDirUrlFmt/outdent.gif"$[Hanging indent]"');
$GUIButtons['ol'] = array(520, '\\n# ', '\\n', '$[Ordered list]',
                    '$GUIButtonDirUrlFmt/ol.gif"$[Ordered (numbered) list]"');
$GUIButtons['ul'] = array(530, '\\n* ', '\\n', '$[Unordered list]',
                    '$GUIButtonDirUrlFmt/ul.gif"$[Unordered (bullet) list]"');
$GUIButtons['hr'] = array(540, '\\n----\\n', '', '',
                    '$GUIButtonDirUrlFmt/hr.gif"$[Horizontal rule]"');
$GUIButtons['table'] = array(600,
                      '||border=1 width=80%\\n||!Hdr ||!Hdr ||!Hdr ||\\n||     ||     ||     ||\\n||     ||     ||     ||\\n', '', '', 
                    '$GUIButtonDirUrlFmt/table.gif"$[Table]"');
$DiffKeepDays = 30; # keep page history at least 30 days
$EnableUpload = 1;
$DefaultPasswords['upload'] = ''; # no password, users are already authorized
$EnableDirectDownload = 0;
$UploadMaxSize = 0; # disable uploading of all built-in file extensions
$UploadDirQuota = 100000000; # 100 MB total uploads size, per-program
$UploadExts['docx'] = 'application/vnd.openxmlformats-officedocument.' .
                      'wordprocessingml.document';
$UploadExts['pptx'] = 'application/vnd.openxmlformats-officedocument.' .
                      'presentationml.presentation';
$UploadExts['xlsx'] = 'application/vnd.openxmlformats-officedocument.' .
                      'spreadsheetml.sheet';
$UploadExts['vsd'] = 'application/x-visio';
$UploadExtSize['gif'] = 25000000; // 25 MB
$UploadExtSize['jpg'] = 25000000; // 25 MB
$UploadExtSize['png'] = 25000000; // 25 MB
$UploadExtSize['pdf'] = 25000000; // 25 MB
$UploadExtSize['doc'] = 25000000; // 25 MB
$UploadExtSize['ppt'] = 25000000; // 25 MB
$UploadExtSize['xls'] = 25000000; // 25 MB
$UploadExtSize['docx'] = 25000000; // 25 MB
$UploadExtSize['pptx'] = 25000000; // 25 MB
$UploadExtSize['xlsx'] = 25000000; // 25 MB

$DefaultPasswords['admin'] = '***';
$DefaultPasswords['attr'] = '***';
$DefaultPasswords['edit'] = '***';