test.ini 716 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [main]
  2. discussion = true
  3. opendiscussion = true
  4. syntaxhighlighting = true
  5. burnafterreadingselected = true
  6. password = true
  7. sizelimit = 10
  8. template = "page"
  9. base64version = "2.1.9"
  10. syntaxhighlightingtheme = "sons-of-obsidian"
  11. [expire]
  12. default = "1week"
  13. [expire_options]
  14. 5min = "300"
  15. 10min = "600"
  16. 1hour = "3600"
  17. 1day = "86400"
  18. 1week = "604800"
  19. 1month = "2592000"
  20. 1year = "31536000"
  21. never = "0"
  22. [expire_labels]
  23. 5min = "5 minutes"
  24. 10min = "10 minutes"
  25. 1hour = "1 hour"
  26. 1day = "1 day"
  27. 1week = "1 week"
  28. 1month = "1 month"
  29. 1year = "1 year"
  30. never = "Never"
  31. [traffic]
  32. limit = 0
  33. dir = "../data"
  34. [model]
  35. class = "privatebin_db"
  36. [model_options]
  37. dsn = "sqlite:../data/db.sq3"
  38. usr = ""
  39. pwd = ""
  40. opt = array (
  41. 12 => '1',
  42. )