You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. # Redmine - project management software
  2. # Copyright (C) 2006-2019 Jean-Philippe Lang
  3. #
  4. # This program is free software; you can redistribute it and/or
  5. # modify it under the terms of the GNU General Public License
  6. # as published by the Free Software Foundation; either version 2
  7. # of the License, or (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  17. # DO NOT MODIFY THIS FILE !!!
  18. # Settings can be defined through the application in Admin -> Settings
  19. app_title:
  20. default: Redmine
  21. welcome_text:
  22. default:
  23. login_required:
  24. default: 0
  25. security_notifications: 1
  26. self_registration:
  27. default: '2'
  28. security_notifications: 1
  29. show_custom_fields_on_registration:
  30. default: 1
  31. lost_password:
  32. default: 1
  33. security_notifications: 1
  34. unsubscribe:
  35. default: 1
  36. password_min_length:
  37. format: int
  38. default: 8
  39. security_notifications: 1
  40. # Maximum password age in days
  41. password_max_age:
  42. format: int
  43. default: 0
  44. security_notifications: 1
  45. # Maximum number of additional email addresses per user
  46. max_additional_emails:
  47. format: int
  48. default: 5
  49. # Maximum lifetime of user sessions in minutes
  50. session_lifetime:
  51. format: int
  52. default: 0
  53. security_notifications: 1
  54. # User session timeout in minutes
  55. session_timeout:
  56. format: int
  57. default: 0
  58. security_notifications: 1
  59. attachment_max_size:
  60. format: int
  61. default: 5120
  62. attachment_extensions_allowed:
  63. default:
  64. attachment_extensions_denied:
  65. default:
  66. issues_export_limit:
  67. format: int
  68. default: 500
  69. activity_days_default:
  70. format: int
  71. default: 30
  72. per_page_options:
  73. default: '25,50,100'
  74. search_results_per_page:
  75. default: 10
  76. mail_from:
  77. default: redmine@example.net
  78. bcc_recipients:
  79. default: 1
  80. plain_text_mail:
  81. default: 0
  82. text_formatting:
  83. default: textile
  84. cache_formatted_text:
  85. default: 0
  86. wiki_compression:
  87. default: ""
  88. default_language:
  89. default: en
  90. force_default_language_for_anonymous:
  91. default: 0
  92. force_default_language_for_loggedin:
  93. default: 0
  94. host_name:
  95. default: localhost:3000
  96. protocol:
  97. default: http
  98. security_notifications: 1
  99. feeds_limit:
  100. format: int
  101. default: 15
  102. gantt_items_limit:
  103. format: int
  104. default: 500
  105. gantt_months_limit:
  106. format: int
  107. default: 24
  108. # Maximum size of files that can be displayed
  109. # inline through the file viewer (in KB)
  110. file_max_size_displayed:
  111. format: int
  112. default: 512
  113. diff_max_lines_displayed:
  114. format: int
  115. default: 1500
  116. enabled_scm:
  117. serialized: true
  118. default:
  119. - Subversion
  120. - Mercurial
  121. - Cvs
  122. - Bazaar
  123. - Git
  124. security_notifications: 1
  125. autofetch_changesets:
  126. default: 1
  127. sys_api_enabled:
  128. default: 0
  129. security_notifications: 1
  130. sys_api_key:
  131. default: ''
  132. security_notifications: 1
  133. commit_cross_project_ref:
  134. default: 0
  135. commit_ref_keywords:
  136. default: 'refs,references,IssueID'
  137. commit_update_keywords:
  138. serialized: true
  139. default: []
  140. commit_logtime_enabled:
  141. default: 0
  142. commit_logtime_activity_id:
  143. format: int
  144. default: 0
  145. # autologin duration in days
  146. # 0 means autologin is disabled
  147. autologin:
  148. format: int
  149. default: 0
  150. # date format
  151. date_format:
  152. default: ''
  153. time_format:
  154. default: ''
  155. timespan_format:
  156. default: 'decimal'
  157. user_format:
  158. default: :firstname_lastname
  159. format: symbol
  160. cross_project_issue_relations:
  161. default: 0
  162. # Enables subtasks to be in other projects
  163. cross_project_subtasks:
  164. default: 'tree'
  165. parent_issue_dates:
  166. default: 'derived'
  167. parent_issue_priority:
  168. default: 'derived'
  169. parent_issue_done_ratio:
  170. default: 'derived'
  171. link_copied_issue:
  172. default: 'ask'
  173. close_duplicate_issues:
  174. default: 1
  175. issue_group_assignment:
  176. default: 0
  177. default_issue_start_date_to_creation_date:
  178. default: 1
  179. notified_events:
  180. serialized: true
  181. default:
  182. - issue_added
  183. - issue_updated
  184. mail_handler_body_delimiters:
  185. default: ''
  186. mail_handler_enable_regex_delimiters:
  187. default: 0
  188. mail_handler_enable_regex_excluded_filenames:
  189. default: 0
  190. mail_handler_excluded_filenames:
  191. default: ''
  192. mail_handler_api_enabled:
  193. default: 0
  194. security_notifications: 1
  195. mail_handler_api_key:
  196. default:
  197. security_notifications: 1
  198. mail_handler_preferred_body_part:
  199. default: plain
  200. issue_list_default_columns:
  201. serialized: true
  202. default:
  203. - tracker
  204. - status
  205. - priority
  206. - subject
  207. - assigned_to
  208. - updated_on
  209. issue_list_default_totals:
  210. serialized: true
  211. default: []
  212. display_subprojects_issues:
  213. default: 1
  214. time_entry_list_defaults:
  215. serialized: true
  216. default:
  217. column_names:
  218. - spent_on
  219. - user
  220. - activity
  221. - issue
  222. - comments
  223. - hours
  224. totalable_names:
  225. - hours
  226. issue_done_ratio:
  227. default: 'issue_field'
  228. default_projects_public:
  229. default: 1
  230. default_projects_modules:
  231. serialized: true
  232. default:
  233. - issue_tracking
  234. - time_tracking
  235. - news
  236. - documents
  237. - files
  238. - wiki
  239. - repository
  240. - boards
  241. - calendar
  242. - gantt
  243. default_projects_tracker_ids:
  244. serialized: true
  245. default:
  246. # Role given to a non-admin user who creates a project
  247. new_project_user_role_id:
  248. format: int
  249. default: ''
  250. sequential_project_identifiers:
  251. default: 0
  252. # encodings used to convert repository files content to UTF-8
  253. # multiple values accepted, comma separated
  254. default_users_hide_mail:
  255. default: 1
  256. default_users_time_zone:
  257. default: ""
  258. repositories_encodings:
  259. default: ''
  260. # encoding used to convert commit logs to UTF-8
  261. commit_logs_encoding:
  262. default: 'UTF-8'
  263. commit_logs_formatting:
  264. default: 1
  265. repository_log_display_limit:
  266. format: int
  267. default: 100
  268. ui_theme:
  269. default: ''
  270. emails_footer:
  271. default: |-
  272. You have received this notification because you have either subscribed to it, or are involved in it.
  273. To change your notification preferences, please click here: http://hostname/my/account
  274. gravatar_enabled:
  275. default: 0
  276. openid:
  277. default: 0
  278. security_notifications: 1
  279. gravatar_default:
  280. default: ''
  281. start_of_week:
  282. default: ''
  283. rest_api_enabled:
  284. default: 0
  285. security_notifications: 1
  286. jsonp_enabled:
  287. default: 0
  288. security_notifications: 1
  289. default_notification_option:
  290. default: 'only_my_events'
  291. emails_header:
  292. default: ''
  293. thumbnails_enabled:
  294. default: 0
  295. thumbnails_size:
  296. format: int
  297. default: 100
  298. non_working_week_days:
  299. serialized: true
  300. default:
  301. - '6'
  302. - '7'
  303. new_item_menu_tab:
  304. default: 2
  305. timelog_required_fields:
  306. serialized: true
  307. default: []
  308. timelog_accept_0_hours:
  309. default: 1
  310. timelog_max_hours_per_day:
  311. format: int
  312. default: 999
  313. timelog_accept_future_dates:
  314. default: 1
  315. show_status_changes_in_mail_subject:
  316. default: 1