OLD | NEW |
1 # Roundup issue tracker configuration file | 1 # Roundup issue tracker configuration file |
2 # Autogenerated at Fri Nov 8 21:32:41 2013 | 2 # Autogenerated at Fri Nov 8 21:32:41 2013 |
3 | 3 |
4 # WARNING! Following options need adjustments: | 4 # WARNING! Following options need adjustments: |
5 # [mail]: domain, host | 5 # [mail]: domain, host |
6 # [tracker]: web | 6 # [tracker]: web |
7 | 7 |
8 [main] | 8 [main] |
9 | 9 |
10 # Database directory path. | 10 # Database directory path. |
(...skipping 17 matching lines...) Expand all Loading... |
28 # The path may be either absolute or relative | 28 # The path may be either absolute or relative |
29 # to the directory containig this config file. | 29 # to the directory containig this config file. |
30 # Default: | 30 # Default: |
31 static_files = | 31 static_files = |
32 | 32 |
33 # Email address that roundup will complain to if it runs | 33 # Email address that roundup will complain to if it runs |
34 # into trouble. | 34 # into trouble. |
35 # If no domain is specified then the config item | 35 # If no domain is specified then the config item |
36 # mail -> domain is added. | 36 # mail -> domain is added. |
37 # Default: roundup-admin | 37 # Default: roundup-admin |
38 admin_email = admins@adblockplus.org | 38 #admin_email = admins@adblockplus.org |
| 39 admin_email = philip@adblockplus.org |
39 | 40 |
40 # The 'dispatcher' is a role that can get notified | 41 # The 'dispatcher' is a role that can get notified |
41 # of new items to the database. | 42 # of new items to the database. |
42 # It is used by the ERROR_MESSAGES_TO config setting. | 43 # It is used by the ERROR_MESSAGES_TO config setting. |
43 # If no domain is specified then the config item | 44 # If no domain is specified then the config item |
44 # mail -> domain is added. | 45 # mail -> domain is added. |
45 # Default: roundup-admin | 46 # Default: roundup-admin |
46 dispatcher_email = admins@adblockplus.org | 47 dispatcher_email = admins@adblockplus.org |
47 | 48 |
48 # Additional text to include in the "name" part | 49 # Additional text to include in the "name" part |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 # Set this option to 'no' if you want to ignore it. | 186 # Set this option to 'no' if you want to ignore it. |
186 # Allowed values: yes, no | 187 # Allowed values: yes, no |
187 # Default: yes | 188 # Default: yes |
188 use_browser_language = yes | 189 use_browser_language = yes |
189 | 190 |
190 # Setting this option makes Roundup display error tracebacks | 191 # Setting this option makes Roundup display error tracebacks |
191 # in the user's browser rather than emailing them to the | 192 # in the user's browser rather than emailing them to the |
192 # tracker admin. | 193 # tracker admin. |
193 # Allowed values: yes, no | 194 # Allowed values: yes, no |
194 # Default: no | 195 # Default: no |
195 debug = no | 196 debug = yes |
196 | 197 |
197 # Setting this option makes Roundup migrate passwords with | 198 # Setting this option makes Roundup migrate passwords with |
198 # an insecure password-scheme to a more secure scheme | 199 # an insecure password-scheme to a more secure scheme |
199 # when the user logs in via the web-interface. | 200 # when the user logs in via the web-interface. |
200 # Allowed values: yes, no | 201 # Allowed values: yes, no |
201 # Default: yes | 202 # Default: yes |
202 migrate_passwords = yes | 203 migrate_passwords = yes |
203 | 204 |
204 # Settings in this section are used by RDBMS backends only | 205 # Settings in this section are used by RDBMS backends only |
205 [rdbms] | 206 [rdbms] |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 # recipient. If "single" then a single email is sent with | 566 # recipient. If "single" then a single email is sent with |
566 # each recipient as a CC address. | 567 # each recipient as a CC address. |
567 # Default: single | 568 # Default: single |
568 email_sending = single | 569 email_sending = single |
569 | 570 |
570 # Attachments larger than the given number of bytes | 571 # Attachments larger than the given number of bytes |
571 # won't be attached to nosy mails. They will be replaced by | 572 # won't be attached to nosy mails. They will be replaced by |
572 # a link to the tracker's download page for the file. | 573 # a link to the tracker's download page for the file. |
573 # Default: 9223372036854775807 | 574 # Default: 9223372036854775807 |
574 max_attachment_size = 9223372036854775807 | 575 max_attachment_size = 9223372036854775807 |
OLD | NEW |