| 1 | # -*- coding: utf-8 -*- |
|---|
| 2 | |
|---|
| 3 | [attachment] |
|---|
| 4 | max_size = 50000000 |
|---|
| 5 | render_unsafe_content = true |
|---|
| 6 | |
|---|
| 7 | [browser] |
|---|
| 8 | downloadable_paths = /trunk, /branches/*, /tags/* |
|---|
| 9 | hide_properties = svk:merge |
|---|
| 10 | |
|---|
| 11 | [changeset] |
|---|
| 12 | max_diff_bytes = 10000000 |
|---|
| 13 | max_diff_files = 0 |
|---|
| 14 | wiki_format_messages = true |
|---|
| 15 | |
|---|
| 16 | [header_logo] |
|---|
| 17 | link = http://forge.itij.mj.pt/ |
|---|
| 18 | |
|---|
| 19 | [logging] |
|---|
| 20 | log_file = trac.log |
|---|
| 21 | log_level = ERROR |
|---|
| 22 | log_type = none |
|---|
| 23 | |
|---|
| 24 | [notification] |
|---|
| 25 | always_notify_owner = true |
|---|
| 26 | always_notify_reporter = true |
|---|
| 27 | always_notify_updater = true |
|---|
| 28 | mime_encoding = base64 |
|---|
| 29 | smtp_always_bcc = |
|---|
| 30 | smtp_always_cc = |
|---|
| 31 | smtp_default_domain = |
|---|
| 32 | smtp_enabled = false |
|---|
| 33 | smtp_from = noreply@forge.itij.mj.pt |
|---|
| 34 | smtp_password = |
|---|
| 35 | smtp_replyto = noreply@forge.itij.mj.pt |
|---|
| 36 | smtp_server = 10.0.0.130 |
|---|
| 37 | smtp_user = |
|---|
| 38 | use_public_cc = false |
|---|
| 39 | use_short_addr = false |
|---|
| 40 | use_tls = false |
|---|
| 41 | |
|---|
| 42 | [project] |
|---|
| 43 | url = http://forge.itij.mj.pt/ |
|---|
| 44 | |
|---|
| 45 | [search] |
|---|
| 46 | min_query_length = 3 |
|---|
| 47 | |
|---|
| 48 | [timeline] |
|---|
| 49 | changeset_long_messages = false |
|---|
| 50 | changeset_show_files = 0 |
|---|
| 51 | default_daysback = 30 |
|---|
| 52 | ticket_show_details = false |
|---|
| 53 | |
|---|
| 54 | [trac] |
|---|
| 55 | check_auth_ip = true |
|---|
| 56 | default_charset = utf-8 |
|---|
| 57 | default_handler = WikiModule |
|---|
| 58 | htdocs_location = |
|---|
| 59 | ignore_auth_case = false |
|---|
| 60 | mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search |
|---|
| 61 | metanav = login,logout,settings,help,about |
|---|
| 62 | permission_store = DefaultPermissionStore |
|---|
| 63 | repository_type = svn |
|---|
| 64 | request_filters = None |
|---|
| 65 | templates_dir = /opt/trac/share/trac/templates |
|---|
| 66 | |
|---|
| 67 | [wiki] |
|---|
| 68 | ignore_missing_pages = true |
|---|
| 69 | split_page_names = true |
|---|
| 70 | |
|---|