Guest User

Untitled

a guest
Mar 9th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2.  
  3. [attachment]
  4. max_size = 10485760
  5. render_unsafe_content = false
  6.  
  7. [browser]
  8. downloadable_paths = /trunk, /branches/*, /tags/*
  9. hide_properties = svk:merge
  10. render_unsafe_content = false
  11.  
  12. [changeset]
  13. max_diff_bytes = 10000000
  14. max_diff_files = 0
  15. wiki_format_messages = true
  16.  
  17. [components]
  18. trac.ticket.* = disabled
  19. trac.timeline.* = disabled
  20. webadmin.* = enabled
  21. webadmin.ticket.componentadminpage = disabled
  22. webadmin.ticket.milestoneadminpage = disabled
  23. webadmin.ticket.priorityadminpage = disabled
  24. webadmin.ticket.severityadminpage = disabled
  25. webadmin.ticket.tickettypeadminpage = disabled
  26. webadmin.ticket.versionadminpage = disabled
  27.  
  28. [header_logo]
  29. alt =
  30. height = 73
  31. width = 110
  32.  
  33. [logging]
  34. log_file = trac.log
  35. log_level = DEBUG
  36. log_type = file
  37.  
  38. [mimeviewer]
  39. enscript_modes = text/x-dylan:dylan:4,text/tcl:tcl:4
  40. enscript_path = enscript
  41. max_preview_size = 10485760
  42. mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
  43. php_path = php
  44. silvercity_modes =
  45. tab_width = 8
  46.  
  47. [notification]
  48. always_notify_owner = false
  49. always_notify_reporter = false
  50. always_notify_updater = true
  51. mime_encoding = base64
  52. smtp_always_bcc =
  53. smtp_always_cc =
  54. smtp_default_domain =
  55. smtp_enabled = false
  56. smtp_from = trac@localhost
  57. smtp_password =
  58. smtp_port = 25
  59. smtp_replyto = trac@localhost
  60. smtp_server = localhost
  61. smtp_subject_prefix = __default__
  62. smtp_user =
  63. use_public_cc = false
  64. use_short_addr = false
  65. use_tls = false
  66.  
  67. [project]
  68. descr =
  69. icon =
  70. name =
  71. url =
  72.  
  73. [search]
  74. min_query_length = 3
  75.  
  76. [ticket]
  77. default_component =
  78. default_milestone =
  79. default_priority = major
  80. default_type = defect
  81. default_version =
  82. restrict_owner = false
  83.  
  84. [timeline]
  85. changeset_long_messages = false
  86. changeset_show_files = 0
  87. default_daysback = 30
  88. ticket_show_details = false
  89.  
  90. [trac]
  91. database = sqlite:db/trac.db
  92. default_charset = iso-8859-15
  93. default_handler = WikiModule
  94. ignore_auth_case = false
  95. mainnav = wiki,browser,search
  96. metanav = help,about
  97. permission_store = DefaultPermissionStore
  98. repository_dir =
  99. repository_type = svn
  100. templates_dir =
  101. timeout = 20
  102.  
  103. [wiki]
  104. ignore_missing_pages = false
  105. render_unsafe_content = false
  106. split_page_names = false
Add Comment
Please, Sign In to add comment