| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- [main]
- discussion = true
- opendiscussion = true
- syntaxhighlighting = true
- burnafterreadingselected = true
- password = true
- sizelimit = 10
- template = "page"
- base64version = "2.1.9"
- syntaxhighlightingtheme = "sons-of-obsidian"
- [expire]
- default = "1week"
- [expire_options]
- 5min = "300"
- 10min = "600"
- 1hour = "3600"
- 1day = "86400"
- 1week = "604800"
- 1month = "2592000"
- 1year = "31536000"
- never = "0"
- [expire_labels]
- 5min = "5 minutes"
- 10min = "10 minutes"
- 1hour = "1 hour"
- 1day = "1 day"
- 1week = "1 week"
- 1month = "1 month"
- 1year = "1 year"
- never = "Never"
- [traffic]
- limit = 0
- dir = "../data"
- [model]
- class = "privatebin_db"
- [model_options]
- dsn = "sqlite:../data/db.sq3"
- usr = ""
- pwd = ""
- opt = array (
- 12 => '1',
- )
|