- Timestamp:
- Apr 21, 2008, 1:13:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/conf/trac.ini
r2310 r2311 2 2 3 3 [attachment] 4 max_size = 262144 4 max_size = 26214400 5 5 render_unsafe_content = false 6 6 … … 18 18 alt = 19 19 height = -1 20 link = http:// example.org/21 src = common/trac_banner.png20 link = http://libcaca.zoy.org/ 21 src = /img/trac_banner.png 22 22 width = -1 23 23 … … 30 30 enscript_modes = text/x-dylan:dylan:4 31 31 enscript_path = enscript 32 max_preview_size = 262144 32 max_preview_size = 2621440 33 33 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb 34 34 php_path = php … … 39 39 always_notify_owner = false 40 40 always_notify_reporter = false 41 always_notify_updater = true42 mime_encoding = base6441 always_notify_updater = false 42 mime_encoding = qp 43 43 smtp_always_bcc = 44 smtp_always_cc = 44 smtp_always_cc = libcaca-trac@lists.zoy.org 45 45 smtp_default_domain = 46 smtp_enabled = false 47 smtp_from = trac@localhost 46 smtp_enabled = true 47 smtp_from = sam+trac@zoy.org 48 smtp_from_name = Libcaca Trac 48 49 smtp_password = 49 50 smtp_port = 25 50 smtp_replyto = trac@localhost51 51 smtp_server = localhost 52 smtp_subject_prefix = __default__52 smtp_subject_prefix = 53 53 smtp_user = 54 use_public_cc = false54 use_public_cc = true 55 55 use_short_addr = false 56 56 use_tls = false 57 57 58 58 [project] 59 descr = My example project60 footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>61 icon = common/trac.ico59 descr = Libcaca 60 footer = Visit the libcaca project at<br /><a href="http://libcaca.zoy.org/">http://libcaca.zoy.org/</a> 61 icon = /favicon.ico 62 62 name = libcaca 63 url = http:// example.org/63 url = http://libcaca.zoy.org/ 64 64 65 65 [search] … … 67 67 68 68 [ticket] 69 default_component = 70 default_milestone = 69 default_component = libcucul 70 default_milestone = 1.0 71 71 default_priority = major 72 72 default_type = defect 73 default_version = 73 default_version = SVN 74 74 restrict_owner = false 75 75 … … 83 83 authz_file = 84 84 authz_module_name = 85 base_url = 85 #base_url = http://libcaca.zoy.org/ 86 86 check_auth_ip = true 87 87 database = sqlite:db/trac.db
Note: See TracChangeset
for help on using the changeset viewer.