| 1 | # This is the base trac.ini file inherited by all OForge projects |
|---|
| 2 | # The recommended inheritance configuration approach is as follows |
|---|
| 3 | # * trac.ini - Project-specific settings |
|---|
| 4 | # * trac.ini.YOURCOMPANY - Server (host) specific |
|---|
| 5 | # * trac.ini.YOURCOMPANY.base - Site-wide settings |
|---|
| 6 | # * trac.ini.oforge - OForge default settings |
|---|
| 7 | |
|---|
| 8 | [inherit] |
|---|
| 9 | plugins_dir = /var/oforge/share/plugins/ |
|---|
| 10 | templates_dir = /var/oforge/share/templates/ |
|---|
| 11 | |
|---|
| 12 | [wiki] |
|---|
| 13 | render_unsafe_content = true |
|---|
| 14 | |
|---|
| 15 | [logging] |
|---|
| 16 | log_type = syslog |
|---|
| 17 | log_level = WARNING |
|---|
| 18 | log_format = [trac][$(basename)s][$(module)s][$(levelname)s]: $(message)s |
|---|
| 19 | |
|---|
| 20 | [trac] |
|---|
| 21 | htdocs_location = /static/chrome/common |
|---|
| 22 | permission_store = OForgePermissionStore |
|---|
| 23 | |
|---|
| 24 | [header_logo] |
|---|
| 25 | src = /static/chrome/common/trac_banner.png |
|---|
| 26 | |
|---|
| 27 | [s5] |
|---|
| 28 | themes_location = /static/s5 |
|---|
| 29 | |
|---|
| 30 | [notification] |
|---|
| 31 | smtp_enabled = false |
|---|
| 32 | |
|---|
| 33 | [project] |
|---|
| 34 | category = client |
|---|
| 35 | icon = /static/favicon.ico |
|---|
| 36 | |
|---|
| 37 | [attachment] |
|---|
| 38 | render_unsafe_content = true |
|---|
| 39 | max_size = 10000000 |
|---|
| 40 | |
|---|
| 41 | [changeset] |
|---|
| 42 | max_diff_files = 50 |
|---|
| 43 | |
|---|
| 44 | [timeline] |
|---|
| 45 | changeset_show_files = 5 |
|---|
| 46 | default_daysback = 7 |
|---|
| 47 | |
|---|
| 48 | [ticket] |
|---|
| 49 | workflow = OForgeConfigurableTicketWorkflow |
|---|
| 50 | |
|---|
| 51 | [account-manager] |
|---|
| 52 | password_format = htpasswd |
|---|
| 53 | password_store = HtPasswdStore |
|---|
| 54 | password_file = passwd |
|---|
| 55 | |
|---|
| 56 | [intertrac] |
|---|
| 57 | t = trac |
|---|
| 58 | trac.title = Edgewall's Trac for Trac |
|---|
| 59 | trac.url = http://projects.edgewall.com/trac |
|---|
| 60 | |
|---|
| 61 | [oforge] |
|---|
| 62 | default_permissions = TAGS_VIEW, XML_RPC |
|---|
| 63 | trac_home = /usr |
|---|
| 64 | trac_share_dir = %(trac_home)s/share |
|---|
| 65 | trac_conf_dir = %(trac_share_dir)s/trac/conf |
|---|
| 66 | site_lib = %(trac_home)s/lib/python2.4/site-packages |
|---|
| 67 | base_path = /var/oforge |
|---|
| 68 | svn_base = %(base_path)s/svn |
|---|
| 69 | trac_base = %(base_path)s/trac |
|---|
| 70 | share_dir = %(base_path)s/share |
|---|
| 71 | conf_dir = %(base_path)s/conf |
|---|
| 72 | categories = Open Source, Client, Internal |
|---|
| 73 | markets = High Tech, Financial, Retail |
|---|
| 74 | contracts = T&M, Fixed |
|---|
| 75 | regions = North America, Europe, Asia, South America |
|---|
| 76 | project_manager_tag = groups:pm |
|---|
| 77 | master_warehouse.host = localhost |
|---|
| 78 | master_warehouse.db = oforge |
|---|
| 79 | master_warehouse.user = oforge |
|---|
| 80 | |
|---|
| 81 | [irclogs] |
|---|
| 82 | path = /var/oforge/irclogs/ChannelLogger/#channel |
|---|
| 83 | file_format = #channel.%Y-%m-%d.log |
|---|
| 84 | navigation_button = Chat Logs |
|---|
| 85 | search_db_path = /var/oforge/irclogs/indexes |
|---|
| 86 | |
|---|
| 87 | [graphviz] |
|---|
| 88 | png_antialias = true |
|---|
| 89 | cache_manager = yes |
|---|
| 90 | default_graph_fontname = "Andale Mono" |
|---|
| 91 | default_graph_fontsize = 10 |
|---|
| 92 | |
|---|
| 93 | [components] |
|---|
| 94 | announcerplugin.* = enabled |
|---|
| 95 | tractags.* = enabled |
|---|
| 96 | pagetopdf.* = enabled |
|---|
| 97 | tracrpc.* = enabled |
|---|
| 98 | tracrpcext.* = enabled |
|---|
| 99 | graphviz.* = enabled |
|---|
| 100 | customfieldadmin.* = enabled |
|---|
| 101 | progressmeter = enabled |
|---|
| 102 | tracwysiwyg.* = enabled |
|---|
| 103 | tractoc.* = enabled |
|---|
| 104 | includemacro.* = enabled |
|---|
| 105 | movie.* = enabled |
|---|
| 106 | # These 3 modules *only* are used from account manager |
|---|
| 107 | acct_mgr.api.AccountManager = enabled |
|---|
| 108 | acct_mgr.htfile.htpasswdstore = enabled |
|---|
| 109 | acct_mgr.web_ui.AccountModule = enabled |
|---|
| 110 | # TRAC_ADMIN panels disabled |
|---|
| 111 | trac.admin.web_ui.basicsadminpanel = disabled |
|---|
| 112 | trac.admin.web_ui.PluginAdminPanel = disabled |
|---|
| 113 | trac.admin.web_ui.LoggingAdminPanel = disabled |
|---|
| 114 | wikinotification.admin.wikiNotificationAdminPanel = disabled |
|---|
| 115 | # OForge Plugins |
|---|
| 116 | oforge.* = enabled |
|---|
| 117 | tracusermanager.* = enabled |
|---|
| 118 | svnpolicies.* = enabled |
|---|
| 119 | mailinglists.* = enabled |
|---|
| 120 | tracdashboardreports.* = enabled |
|---|
| 121 | tracresourcetools.* = enabled |
|---|
| 122 | tracwikitools.* = enabled |
|---|
| 123 | tracsectionedit.* = enabled |
|---|
| 124 | # disabled until there is a resonable CSS for default trac template |
|---|
| 125 | # tracmenus.* = enabled |
|---|
| 126 | ticketsystem.* = enabled |
|---|
| 127 | ticketsystem.tickettypes.util.* = disabled |
|---|
| 128 | # for performance |
|---|
| 129 | oforge.properties.requestinitcheck = disabled |
|---|
| 130 | # we use announcer plugin as the default notification system |
|---|
| 131 | oforge.admin.oforgeadminnotificationspanel = disabled |
|---|
| 132 | # the workflow controller |
|---|
| 133 | workflowcontroller.* = enabled |
|---|
| 134 | trac.ticket.defaultworkflow.configurableticketworkflow = disabled |
|---|
| 135 | tracusermanager.api.environmentfixknownusers = disabled |
|---|
| 136 | |
|---|
| 137 | # TODO: Some of these should be moved into defaults |
|---|
| 138 | [svnpolicies] |
|---|
| 139 | change_url_template = https://oforge-appliance/trac/%s/changeset/%s |
|---|
| 140 | domain = optaros.com |
|---|
| 141 | email.diff_limit = 5000 |
|---|
| 142 | email.prefix = [PROJECTNAME] |
|---|
| 143 | smtp.host = localhost |
|---|
| 144 | #smpt.username = USERNAME |
|---|
| 145 | #smpt.password = PASSWORD |
|---|
| 146 | svnlook = /usr/bin/svnlook |
|---|
| 147 | svnnotify = /usr/bin/svnnotify |
|---|
| 148 | trac_post_hook = /usr/local/bin/trac-post-commit-hook |
|---|
| 149 | |
|---|
| 150 | # TODO: Some of these should be moved into defaults |
|---|
| 151 | [email2trac] |
|---|
| 152 | drop_spam = 0 |
|---|
| 153 | email_comment = > |
|---|
| 154 | email_header = 0 |
|---|
| 155 | enable_syslog = 1 |
|---|
| 156 | mailto_link = 0 |
|---|
| 157 | reply_all = 0 |
|---|
| 158 | spam_level = 5 |
|---|
| 159 | strip_signature = 0 |
|---|
| 160 | ticket_update = 1 |
|---|
| 161 | trac_version = 0.11 |
|---|
| 162 | umask = 220 |
|---|
| 163 | use_textwrap = 0 |
|---|
| 164 | verbatim_format = 1 |
|---|
| 165 | tmpdir = /tmp |
|---|
| 166 | python_egg_cache = /tmp/eggs |
|---|
| 167 | email2trac_enabled = true |
|---|
| 168 | |
|---|
| 169 | [datefield] |
|---|
| 170 | format = ymd |
|---|
| 171 | separator = - |
|---|
| 172 | |
|---|
| 173 | [metanav] |
|---|
| 174 | reset_password = disabled |
|---|
| 175 | logout = disabled |
|---|
| 176 | help = disabled |
|---|
| 177 | about.label = About |
|---|
| 178 | |
|---|
| 179 | [announcer] |
|---|
| 180 | always_notify_component_owner = true |
|---|
| 181 | always_notify_owner = true |
|---|
| 182 | always_notify_reporter = true |
|---|
| 183 | always_notify_updater = true |
|---|
| 184 | ignore_cc_changes = false |
|---|
| 185 | smtp_enabled = true |
|---|
| 186 | smtp_from = oforge@localhost |
|---|
| 187 | smtp_port = 25 |
|---|
| 188 | smtp_replyto = noreply |
|---|
| 189 | smtp_server = localhost |
|---|
| 190 | use_public_cc = true |
|---|
| 191 | use_threaded_delivery = true |
|---|
| 192 | use_tls = false |
|---|
| 193 | ticket_email_subject = [${project.name}] Ticket #${ticket.id}: ${ticket['summary']} {% if action %}[${action}]{% end %} |
|---|
| 194 | wiki_email_subject = [${project.name}] Page #${page.name} ${action} |
|---|
| 195 | email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver, DefaultDomainEmailResolver |
|---|
| 196 | |
|---|