| 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 | always_notify_owner = true |
|---|
| 32 | always_notify_updater = false |
|---|
| 33 | always_notify_reporter = true |
|---|
| 34 | |
|---|
| 35 | [project] |
|---|
| 36 | category = client |
|---|
| 37 | icon = /static/favicon.ico |
|---|
| 38 | |
|---|
| 39 | [attachment] |
|---|
| 40 | render_unsafe_content = true |
|---|
| 41 | max_size = 10000000 |
|---|
| 42 | |
|---|
| 43 | [changeset] |
|---|
| 44 | max_diff_files = 50 |
|---|
| 45 | |
|---|
| 46 | [timeline] |
|---|
| 47 | changeset_show_files = 5 |
|---|
| 48 | default_daysback = 7 |
|---|
| 49 | |
|---|
| 50 | [ticket] |
|---|
| 51 | workflow = OForgeConfigurableTicketWorkflow |
|---|
| 52 | |
|---|
| 53 | [account-manager] |
|---|
| 54 | password_format = htpasswd |
|---|
| 55 | password_store = HtPasswdStore |
|---|
| 56 | password_file = passwd |
|---|
| 57 | |
|---|
| 58 | [intertrac] |
|---|
| 59 | t = trac |
|---|
| 60 | trac.title = Edgewall's Trac for Trac |
|---|
| 61 | trac.url = http://projects.edgewall.com/trac |
|---|
| 62 | |
|---|
| 63 | [oforge] |
|---|
| 64 | default_permissions = TAGS_VIEW, XML_RPC |
|---|
| 65 | trac_home = /usr |
|---|
| 66 | trac_share_dir = %(trac_home)s/share |
|---|
| 67 | trac_conf_dir = %(trac_share_dir)s/trac/conf |
|---|
| 68 | site_lib = %(trac_home)s/lib/python2.4/site-packages |
|---|
| 69 | base_path = /var/oforge |
|---|
| 70 | svn_base = %(base_path)s/svn |
|---|
| 71 | trac_base = %(base_path)s/trac |
|---|
| 72 | share_dir = %(base_path)s/share |
|---|
| 73 | conf_dir = %(base_path)s/conf |
|---|
| 74 | categories = Open Source, Client, Internal |
|---|
| 75 | markets = High Tech, Financial, Retail |
|---|
| 76 | contracts = T&M, Fixed |
|---|
| 77 | regions = North America, Europe, Asia, South America |
|---|
| 78 | project_manager_tag = groups:pm |
|---|
| 79 | master_warehouse.host = localhost |
|---|
| 80 | master_warehouse.db = oforge |
|---|
| 81 | master_warehouse.user = oforge |
|---|
| 82 | |
|---|
| 83 | [irclogs] |
|---|
| 84 | path = /var/oforge/irclogs/ChannelLogger/#channel |
|---|
| 85 | file_format = #channel.%Y-%m-%d.log |
|---|
| 86 | navigation_button = Chat Logs |
|---|
| 87 | |
|---|
| 88 | [graphviz] |
|---|
| 89 | png_antialias = true |
|---|
| 90 | cache_manager = yes |
|---|
| 91 | default_graph_fontname = "Andale Mono" |
|---|
| 92 | default_graph_fontsize = 10 |
|---|
| 93 | |
|---|
| 94 | [components] |
|---|
| 95 | announcerplugin.* = enabled |
|---|
| 96 | tractags.* = enabled |
|---|
| 97 | pagetopdf.* = enabled |
|---|
| 98 | tracrpc.* = enabled |
|---|
| 99 | tracrpcext.* = enabled |
|---|
| 100 | graphviz.* = enabled |
|---|
| 101 | customfieldadmin.* = enabled |
|---|
| 102 | progressmeter = enabled |
|---|
| 103 | tracwysiwyg.* = enabled |
|---|
| 104 | tractoc.* = enabled |
|---|
| 105 | includemacro.* = 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 | dashboardreports.* = enabled |
|---|
| 121 | tracresourcetools.* = enabled |
|---|
| 122 | tracwikitools.* = enabled |
|---|
| 123 | tracmenus.* = enabled |
|---|
| 124 | ticketsystem.* = disabled |
|---|
| 125 | ticketsystem.tickettypes.util.* = disabled |
|---|
| 126 | # for performance |
|---|
| 127 | oforge.properties.requestinitcheck = disabled |
|---|
| 128 | # the workflow controller |
|---|
| 129 | workflowcontroller.* = enabled |
|---|
| 130 | trac.ticket.defaultworkflow.configurableticketworkflow = disabled |
|---|
| 131 | tracusermanager.api.environmentfixknownusers = disabled |
|---|
| 132 | |
|---|
| 133 | # TODO: Some of these should be moved into defaults |
|---|
| 134 | [svnpolicies] |
|---|
| 135 | author_url_template = https://intranet.optaros.com/user/%s |
|---|
| 136 | change_url_template = https://trac-dev/trac/%s/changeset/%s |
|---|
| 137 | domain = optaros.com |
|---|
| 138 | email.diff_limit = 5000 |
|---|
| 139 | email.prefix = [PROJECTNAME] |
|---|
| 140 | smtp.host = localhost |
|---|
| 141 | #smpt.username = USERNAME |
|---|
| 142 | #smpt.password = PASSWORD |
|---|
| 143 | svnlook = /usr/bin/svnlook |
|---|
| 144 | svnnotify = /usr/bin/svnnotify |
|---|
| 145 | trac_post_hook = /usr/local/bin/trac-post-commit-hook |
|---|
| 146 | |
|---|
| 147 | # TODO: Some of these should be moved into defaults |
|---|
| 148 | [email2trac] |
|---|
| 149 | drop_spam = 0 |
|---|
| 150 | email_comment = > |
|---|
| 151 | email_header = 0 |
|---|
| 152 | enable_syslog = 1 |
|---|
| 153 | mailto_link = 0 |
|---|
| 154 | reply_all = 0 |
|---|
| 155 | spam_level = 5 |
|---|
| 156 | strip_signature = 0 |
|---|
| 157 | ticket_update = 1 |
|---|
| 158 | trac_version = 0.11 |
|---|
| 159 | umask = 220 |
|---|
| 160 | use_textwrap = 0 |
|---|
| 161 | verbatim_format = 1 |
|---|
| 162 | tmpdir = /tmp |
|---|
| 163 | python_egg_cache = /tmp/eggs |
|---|
| 164 | email2trac_enabled = true |
|---|
| 165 | |
|---|
| 166 | [datefield] |
|---|
| 167 | format = ymd |
|---|
| 168 | separator = - |
|---|
| 169 | |
|---|
| 170 | [metanav] |
|---|
| 171 | reset_password = disabled |
|---|
| 172 | logout = disabled |
|---|
| 173 | help = disabled |
|---|
| 174 | about.label = About |
|---|