Ignore:
Timestamp:
Aug 10, 2008, 3:35:47 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Update trac configuration and add new accounts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/conf/trac.ini.sample

    r24 r153  
    1 [wiki]
    2 ignore_missing_pages = false
    3 split_page_names = false
     1# -*- coding: utf-8 -*-
     2
     3[attachment]
     4max_size = 262144
     5render_unsafe_content = false
     6
     7[browser]
     8color_scale = True
     9downloadable_paths = /trunk, /branches/*, /tags/*
     10hide_properties = svk:merge
     11intermediate_color =
     12intermediate_point =
     13newest_color = (255, 136, 136)
     14oldest_color = (136, 136, 255)
     15oneliner_properties = trac:summary
     16render_unsafe_content = false
     17wiki_properties = trac:description
    418
    519[changeset]
    620max_diff_bytes = 10000000
     21max_diff_files = 0
    722wiki_format_messages = true
    8 max_diff_files = 0
     23
     24[header_logo]
     25alt = (please configure the [header_logo] section in trac.ini)
     26height = -1
     27link =
     28src = site/your_project_logo.png
     29width = -1
     30
     31[inherit]
     32plugins_dir =
     33templates_dir =
     34
     35[logging]
     36log_file = trac.log
     37# log_format = <inherited>
     38log_level = DEBUG
     39log_type = none
     40
     41[milestone]
     42stats_provider = DefaultTicketGroupStatsProvider
     43
     44[mimeviewer]
     45enscript_modes = text/x-dylan:dylan:4
     46enscript_path = enscript
     47max_preview_size = 262144
     48mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
     49php_path = php
     50silvercity_modes =
     51tab_width = 8
     52
     53[notification]
     54admit_domains =
     55always_notify_owner = false
     56always_notify_reporter = false
     57always_notify_updater = true
     58ignore_domains =
     59mime_encoding = base64
     60smtp_always_bcc =
     61smtp_always_cc =
     62smtp_default_domain =
     63smtp_enabled = false
     64smtp_from = trac@localhost
     65smtp_from_name =
     66smtp_password =
     67smtp_port = 25
     68smtp_replyto = trac@localhost
     69smtp_server = localhost
     70smtp_subject_prefix = __default__
     71smtp_user =
     72ticket_subject_template = $prefix #$ticket.id: $summary
     73use_public_cc = false
     74use_short_addr = false
     75use_tls = false
     76
     77[project]
     78admin =
     79descr = My example project
     80footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>
     81icon = common/trac.ico
     82name = My Project
     83url =
     84
     85[query]
     86default_anonymous_query = status!=closed&cc~=$USER
     87default_query = status!=closed&owner=$USER
     88items_per_page = 100
     89
     90[report]
     91items_per_page = 100
     92items_per_page_rss = 0
     93
     94[revisionlog]
     95default_log_limit = 100
     96
     97[roadmap]
     98stats_provider = DefaultTicketGroupStatsProvider
    999
    10100[search]
    11101min_query_length = 3
    12102
    13 [logging]
    14 log_file = trac.log
    15 log_level = DEBUG
    16 log_type = none
     103[svn]
     104branches = trunk,branches/*
     105tags = tags/*
     106
     107[ticket]
     108default_component =
     109default_milestone =
     110default_priority = major
     111default_resolution = fixed
     112default_type = defect
     113default_version =
     114max_description_size = 262144
     115preserve_newlines = default
     116restrict_owner = false
     117workflow = ConfigurableTicketWorkflow
     118
     119[timeline]
     120abbreviated_messages = true
     121changeset_collapse_events = false
     122changeset_long_messages = false
     123changeset_show_files = 0
     124default_daysback = 30
     125max_daysback = 90
     126newticket_formatter = oneliner
     127ticket_show_details = false
    17128
    18129[trac]
    19 default_charset = iso-8859-15
    20 ignore_auth_case = false
    21 permission_store = DefaultPermissionStore
    22 timeout = 20
     130authz_file =
     131authz_module_name =
     132auto_reload = False
     133base_url =
    23134check_auth_ip = true
    24135database = sqlite:db/trac.db
    25 authz_module_name =
     136default_charset = iso-8859-15
     137default_handler = WikiModule
     138htdocs_location =
     139ignore_auth_case = false
     140mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
     141metanav = login,logout,prefs,help,about
     142permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
     143permission_store = DefaultPermissionStore
     144repository_dir =
     145repository_type = svn
     146request_filters = None
     147show_email_addresses = false
    26148templates_dir = /usr/share/trac/templates
    27 default_handler = WikiModule
    28 base_url =
    29 metanav = login,logout,settings,help,about
    30 htdocs_location =
    31 request_filters = None
    32 mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
    33 repository_type = svn
    34 repository_dir =
    35 authz_file =
     149timeout = 20
     150use_base_url_for_redirect = False
    36151
    37 [notification]
    38 smtp_server = localhost
    39 always_notify_updater = true
    40 smtp_port = 25
    41 smtp_password =
    42 smtp_enabled = false
    43 smtp_replyto = trac@localhost
    44 smtp_always_cc =
    45 always_notify_owner = false
    46 smtp_from = trac@localhost
    47 always_notify_reporter = false
    48 use_tls = false
    49 smtp_always_bcc =
    50 mime_encoding = base64
    51 smtp_subject_prefix = __default__
    52 use_public_cc = false
    53 smtp_user =
    54 use_short_addr = false
    55 smtp_default_domain =
     152[wiki]
     153ignore_missing_pages = false
     154render_unsafe_content = false
     155split_page_names = false
    56156
    57 [header_logo]
    58 src = common/trac_banner.png
    59 alt =
    60 height = -1
    61 link = http://example.org/
    62 width = -1
    63 
    64 [mimeviewer]
    65 enscript_modes = text/x-dylan:dylan:4
    66 max_preview_size = 262144
    67 php_path = php
    68 enscript_path = enscript
    69 silvercity_modes =
    70 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
    71 tab_width = 8
    72 
    73 [attachment]
    74 render_unsafe_content = false
    75 max_size = 262144
    76 
    77 [timeline]
    78 changeset_show_files = 0
    79 ticket_show_details = false
    80 default_daysback = 30
    81 changeset_long_messages = false
    82 
    83 [ticket]
    84 default_version =
    85 default_component =
    86 default_type = defect
    87 restrict_owner = false
    88 default_milestone =
    89 default_priority = major
    90 
    91 [project]
    92 url = http://example.org/
    93 icon = common/trac.ico
    94 name = My Project
    95 descr = My example project
    96 footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>
    97 
    98 [browser]
    99 render_unsafe_content = false
    100 hide_properties = svk:merge
    101 downloadable_paths = /trunk, /branches/*, /tags/*
    102 
Note: See TracChangeset for help on using the changeset viewer.