| 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | |
|---|
| 3 | [attachment] |
|---|
| 4 | max_size = 262144 |
|---|
| 5 | render_unsafe_content = false |
|---|
| 6 | |
|---|
| 7 | [header_logo] |
|---|
| 8 | alt = |
|---|
| 9 | height = -1 |
|---|
| 10 | link = http://example.org/ |
|---|
| 11 | src = common/trac_banner.png |
|---|
| 12 | width = -1 |
|---|
| 13 | |
|---|
| 14 | [logging] |
|---|
| 15 | log_level = DEBUG |
|---|
| 16 | |
|---|
| 17 | [mimeviewer] |
|---|
| 18 | enscript_modes = text/x-dylan:dylan:4 |
|---|
| 19 | enscript_path = enscript |
|---|
| 20 | max_preview_size = 262144 |
|---|
| 21 | mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb |
|---|
| 22 | php_path = php |
|---|
| 23 | silvercity_modes = |
|---|
| 24 | tab_width = 8 |
|---|
| 25 | |
|---|
| 26 | [notification] |
|---|
| 27 | always_notify_owner = false |
|---|
| 28 | always_notify_reporter = false |
|---|
| 29 | smtp_from = trac@localhost |
|---|
| 30 | smtp_port = 25 |
|---|
| 31 | smtp_replyto = trac@localhost |
|---|
| 32 | smtp_server = localhost |
|---|
| 33 | |
|---|
| 34 | [project] |
|---|
| 35 | descr = My example project |
|---|
| 36 | footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a> |
|---|
| 37 | icon = common/trac.ico |
|---|
| 38 | name = duaweb |
|---|
| 39 | url = http://example.org/ |
|---|
| 40 | |
|---|
| 41 | [ticket] |
|---|
| 42 | default_component = |
|---|
| 43 | default_milestone = |
|---|
| 44 | default_priority = major |
|---|
| 45 | default_type = defect |
|---|
| 46 | default_version = |
|---|
| 47 | restrict_owner = false |
|---|
| 48 | |
|---|
| 49 | [trac] |
|---|
| 50 | authz_file = |
|---|
| 51 | authz_module_name = |
|---|
| 52 | base_url = |
|---|
| 53 | database = sqlite:db/duaweb.db |
|---|
| 54 | default_charset = iso-8859-15 |
|---|
| 55 | repository_dir = /srv/svnroot/duaweb |
|---|
| 56 | |
|---|
| 57 | [wiki] |
|---|
| 58 | ignore_missing_pages = false |
|---|
| 59 | split_page_names = false |
|---|
| 60 | |
|---|