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.

settings.yml 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  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_required_char_classes:
  37. serialized: true
  38. default: []
  39. security_notifications: 1
  40. password_min_length:
  41. format: int
  42. default: 8
  43. security_notifications: 1
  44. # Maximum password age in days
  45. password_max_age:
  46. format: int
  47. default: 0
  48. security_notifications: 1
  49. # Maximum number of additional email addresses per user
  50. max_additional_emails:
  51. format: int
  52. default: 5
  53. # Maximum lifetime of user sessions in minutes
  54. session_lifetime:
  55. format: int
  56. default: 0
  57. security_notifications: 1
  58. # User session timeout in minutes
  59. session_timeout:
  60. format: int
  61. default: 0
  62. security_notifications: 1
  63. attachment_max_size:
  64. format: int
  65. default: 5120
  66. attachment_extensions_allowed:
  67. default:
  68. attachment_extensions_denied:
  69. default:
  70. issues_export_limit:
  71. format: int
  72. default: 500
  73. activity_days_default:
  74. format: int
  75. default: 30
  76. per_page_options:
  77. default: '25,50,100'
  78. search_results_per_page:
  79. default: 10
  80. mail_from:
  81. default: redmine@example.net
  82. bcc_recipients:
  83. default: 1
  84. plain_text_mail:
  85. default: 0
  86. text_formatting:
  87. default: textile
  88. cache_formatted_text:
  89. default: 0
  90. wiki_compression:
  91. default: ""
  92. default_language:
  93. default: en
  94. force_default_language_for_anonymous:
  95. default: 0
  96. force_default_language_for_loggedin:
  97. default: 0
  98. host_name:
  99. default: localhost:3000
  100. protocol:
  101. default: http
  102. security_notifications: 1
  103. feeds_limit:
  104. format: int
  105. default: 15
  106. gantt_items_limit:
  107. format: int
  108. default: 500
  109. gantt_months_limit:
  110. format: int
  111. default: 24
  112. # Maximum size of files that can be displayed
  113. # inline through the file viewer (in KB)
  114. file_max_size_displayed:
  115. format: int
  116. default: 512
  117. diff_max_lines_displayed:
  118. format: int
  119. default: 1500
  120. enabled_scm:
  121. serialized: true
  122. default:
  123. - Subversion
  124. - Mercurial
  125. - Cvs
  126. - Bazaar
  127. - Git
  128. security_notifications: 1
  129. autofetch_changesets:
  130. default: 1
  131. sys_api_enabled:
  132. default: 0
  133. security_notifications: 1
  134. sys_api_key:
  135. default: ''
  136. security_notifications: 1
  137. commit_cross_project_ref:
  138. default: 0
  139. commit_ref_keywords:
  140. default: 'refs,references,IssueID'
  141. commit_update_keywords:
  142. serialized: true
  143. default: []
  144. commit_logtime_enabled:
  145. default: 0
  146. commit_logtime_activity_id:
  147. format: int
  148. default: 0
  149. # autologin duration in days
  150. # 0 means autologin is disabled
  151. autologin:
  152. format: int
  153. default: 0
  154. # date format
  155. date_format:
  156. default: ''
  157. time_format:
  158. default: ''
  159. timespan_format:
  160. default: 'decimal'
  161. user_format:
  162. default: :firstname_lastname
  163. format: symbol
  164. cross_project_issue_relations:
  165. default: 0
  166. # Enables subtasks to be in other projects
  167. cross_project_subtasks:
  168. default: 'tree'
  169. parent_issue_dates:
  170. default: 'derived'
  171. parent_issue_priority:
  172. default: 'derived'
  173. parent_issue_done_ratio:
  174. default: 'derived'
  175. link_copied_issue:
  176. default: 'ask'
  177. close_duplicate_issues:
  178. default: 1
  179. issue_group_assignment:
  180. default: 0
  181. default_issue_start_date_to_creation_date:
  182. default: 1
  183. notified_events:
  184. serialized: true
  185. default:
  186. - issue_added
  187. - issue_updated
  188. mail_handler_body_delimiters:
  189. default: ''
  190. mail_handler_enable_regex_delimiters:
  191. default: 0
  192. mail_handler_enable_regex_excluded_filenames:
  193. default: 0
  194. mail_handler_excluded_filenames:
  195. default: ''
  196. mail_handler_api_enabled:
  197. default: 0
  198. security_notifications: 1
  199. mail_handler_api_key:
  200. default:
  201. security_notifications: 1
  202. mail_handler_preferred_body_part:
  203. default: plain
  204. issue_list_default_columns:
  205. serialized: true
  206. default:
  207. - tracker
  208. - status
  209. - priority
  210. - subject
  211. - assigned_to
  212. - updated_on
  213. issue_list_default_totals:
  214. serialized: true
  215. default: []
  216. display_subprojects_issues:
  217. default: 1
  218. time_entry_list_defaults:
  219. serialized: true
  220. default:
  221. column_names:
  222. - spent_on
  223. - user
  224. - activity
  225. - issue
  226. - comments
  227. - hours
  228. totalable_names:
  229. - hours
  230. project_list_defaults:
  231. serialized: true
  232. default:
  233. column_names:
  234. - name
  235. - identifier
  236. - short_description
  237. issue_done_ratio:
  238. default: 'issue_field'
  239. default_projects_public:
  240. default: 1
  241. default_projects_modules:
  242. serialized: true
  243. default:
  244. - issue_tracking
  245. - time_tracking
  246. - news
  247. - documents
  248. - files
  249. - wiki
  250. - repository
  251. - boards
  252. - calendar
  253. - gantt
  254. default_projects_tracker_ids:
  255. serialized: true
  256. default:
  257. # Role given to a non-admin user who creates a project
  258. new_project_user_role_id:
  259. format: int
  260. default: ''
  261. sequential_project_identifiers:
  262. default: 0
  263. # encodings used to convert repository files content to UTF-8
  264. # multiple values accepted, comma separated
  265. default_users_hide_mail:
  266. default: 1
  267. default_users_time_zone:
  268. default: ""
  269. repositories_encodings:
  270. default: ''
  271. # encoding used to convert commit logs to UTF-8
  272. commit_logs_encoding:
  273. default: 'UTF-8'
  274. commit_logs_formatting:
  275. default: 1
  276. repository_log_display_limit:
  277. format: int
  278. default: 100
  279. ui_theme:
  280. default: ''
  281. emails_footer:
  282. default: |-
  283. You have received this notification because you have either subscribed to it, or are involved in it.
  284. To change your notification preferences, please click here: http://hostname/my/account
  285. gravatar_enabled:
  286. default: 0
  287. openid:
  288. default: 0
  289. security_notifications: 1
  290. gravatar_default:
  291. default: ''
  292. start_of_week:
  293. default: ''
  294. rest_api_enabled:
  295. default: 0
  296. security_notifications: 1
  297. jsonp_enabled:
  298. default: 0
  299. security_notifications: 1
  300. default_notification_option:
  301. default: 'only_my_events'
  302. emails_header:
  303. default: ''
  304. thumbnails_enabled:
  305. default: 1
  306. thumbnails_size:
  307. format: int
  308. default: 100
  309. non_working_week_days:
  310. serialized: true
  311. default:
  312. - '6'
  313. - '7'
  314. new_item_menu_tab:
  315. default: 2
  316. timelog_required_fields:
  317. serialized: true
  318. default: []
  319. timelog_accept_0_hours:
  320. default: 1
  321. timelog_max_hours_per_day:
  322. format: int
  323. default: 999
  324. timelog_accept_future_dates:
  325. default: 1
  326. show_status_changes_in_mail_subject:
  327. default: 1