mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
Switch from binary bytes to SI-units
This commit is contained in:
parent
67e4eb74ed
commit
863cb89ad9
43 changed files with 46 additions and 342 deletions
|
|
@ -39,8 +39,8 @@ defaultformatter = "plaintext"
|
|||
; (optional) set a syntax highlighting theme, as found in css/prettify/
|
||||
; syntaxhighlightingtheme = "sons-of-obsidian"
|
||||
|
||||
; size limit per paste or comment in bytes, defaults to 10 Mebibytes
|
||||
sizelimit = 10485760
|
||||
; size limit per paste or comment in bytes, defaults to 10 Megabytes
|
||||
sizelimit = 1000000
|
||||
|
||||
; by default PrivateBin use "bootstrap5" template (tpl/bootstrap5.php).
|
||||
; Optionally you can enable the template selection menu, which uses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue