Change settings
This commit is contained in:
@@ -45,7 +45,7 @@ sizelimit = 10485760
|
|||||||
; by default PrivateBin use "bootstrap" template (tpl/bootstrap.php).
|
; by default PrivateBin use "bootstrap" template (tpl/bootstrap.php).
|
||||||
; Optionally you can enable the template selection menu, which uses
|
; Optionally you can enable the template selection menu, which uses
|
||||||
; a session cookie to store the choice until the browser is closed.
|
; a session cookie to store the choice until the browser is closed.
|
||||||
templateselection = false
|
templateselection = true
|
||||||
|
|
||||||
; List of available for selection templates when "templateselection" option is enabled
|
; List of available for selection templates when "templateselection" option is enabled
|
||||||
availabletemplates[] = "bootstrap"
|
availabletemplates[] = "bootstrap"
|
||||||
@@ -75,11 +75,11 @@ template = "bootstrap5"
|
|||||||
; by default PrivateBin will guess the visitors language based on the browsers
|
; by default PrivateBin will guess the visitors language based on the browsers
|
||||||
; settings. Optionally you can enable the language selection menu, which uses
|
; settings. Optionally you can enable the language selection menu, which uses
|
||||||
; a session cookie to store the choice until the browser is closed.
|
; a session cookie to store the choice until the browser is closed.
|
||||||
languageselection = false
|
languageselection = true
|
||||||
|
|
||||||
; set the language your installs defaults to, defaults to English
|
; set the language your installs defaults to, defaults to English
|
||||||
; if this is set and language selection is disabled, this will be the only language
|
; if this is set and language selection is disabled, this will be the only language
|
||||||
; languagedefault = "en"
|
languagedefault = "en"
|
||||||
|
|
||||||
; (optional) URL shortener address to offer after a new paste is created.
|
; (optional) URL shortener address to offer after a new paste is created.
|
||||||
; It is suggested to only use this with self-hosted shorteners as this will leak
|
; It is suggested to only use this with self-hosted shorteners as this will leak
|
||||||
@@ -140,7 +140,7 @@ email = true
|
|||||||
[expire]
|
[expire]
|
||||||
; expire value that is selected per default
|
; expire value that is selected per default
|
||||||
; make sure the value exists in [expire_options]
|
; make sure the value exists in [expire_options]
|
||||||
default = "1week"
|
default = "1day"
|
||||||
|
|
||||||
[expire_options]
|
[expire_options]
|
||||||
; Set each one of these to the number of seconds in the expiration period,
|
; Set each one of these to the number of seconds in the expiration period,
|
||||||
|
|||||||
Reference in New Issue
Block a user