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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. # Redmine - project management software
  2. # Copyright (C) 2006-2017 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. app_subtitle:
  22. default: Project management
  23. welcome_text:
  24. default:
  25. login_required:
  26. default: 0
  27. security_notifications: 1
  28. self_registration:
  29. default: '2'
  30. security_notifications: 1
  31. show_custom_fields_on_registration:
  32. default: 1
  33. lost_password:
  34. default: 1
  35. security_notifications: 1
  36. unsubscribe:
  37. default: 1
  38. password_min_length:
  39. format: int
  40. default: 8
  41. security_notifications: 1
  42. # Maximum password age in days
  43. password_max_age:
  44. format: int
  45. default: 0
  46. security_notifications: 1
  47. # Maximum number of additional email addresses per user
  48. max_additional_emails:
  49. format: int
  50. default: 5
  51. # Maximum lifetime of user sessions in minutes
  52. session_lifetime:
  53. format: int
  54. default: 0
  55. security_notifications: 1
  56. # User session timeout in minutes
  57. session_timeout:
  58. format: int
  59. default: 0
  60. security_notifications: 1
  61. attachment_max_size:
  62. format: int
  63. default: 5120
  64. attachment_extensions_allowed:
  65. default:
  66. attachment_extensions_denied:
  67. default:
  68. issues_export_limit:
  69. format: int
  70. default: 500
  71. activity_days_default:
  72. format: int
  73. default: 30
  74. per_page_options:
  75. default: '25,50,100'
  76. search_results_per_page:
  77. default: 10
  78. mail_from:
  79. default: redmine@example.net
  80. bcc_recipients:
  81. default: 1
  82. plain_text_mail:
  83. default: 0
  84. text_formatting:
  85. default: textile
  86. cache_formatted_text:
  87. default: 0
  88. wiki_compression:
  89. default: ""
  90. default_language:
  91. default: en
  92. force_default_language_for_anonymous:
  93. default: 0
  94. force_default_language_for_loggedin:
  95. default: 0
  96. host_name:
  97. default: localhost:3000
  98. protocol:
  99. default: http
  100. security_notifications: 1
  101. feeds_limit:
  102. format: int
  103. default: 15
  104. gantt_items_limit:
  105. format: int
  106. default: 500
  107. # Maximum size of files that can be displayed
  108. # inline through the file viewer (in KB)
  109. file_max_size_displayed:
  110. format: int
  111. default: 512
  112. diff_max_lines_displayed:
  113. format: int
  114. default: 1500
  115. enabled_scm:
  116. serialized: true
  117. default:
  118. - Subversion
  119. - Darcs
  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_excluded_filenames:
  189. default: ''
  190. mail_handler_api_enabled:
  191. default: 0
  192. security_notifications: 1
  193. mail_handler_api_key:
  194. default:
  195. security_notifications: 1
  196. issue_list_default_columns:
  197. serialized: true
  198. default:
  199. - tracker
  200. - status
  201. - priority
  202. - subject
  203. - assigned_to
  204. - updated_on
  205. issue_list_default_totals:
  206. serialized: true
  207. default: []
  208. display_subprojects_issues:
  209. default: 1
  210. time_entry_list_defaults:
  211. serialized: true
  212. default:
  213. column_names:
  214. - spent_on
  215. - user
  216. - activity
  217. - issue
  218. - comments
  219. - hours
  220. issue_done_ratio:
  221. default: 'issue_field'
  222. default_projects_public:
  223. default: 1
  224. default_projects_modules:
  225. serialized: true
  226. default:
  227. - issue_tracking
  228. - time_tracking
  229. - news
  230. - documents
  231. - files
  232. - wiki
  233. - repository
  234. - boards
  235. - calendar
  236. - gantt
  237. default_projects_tracker_ids:
  238. serialized: true
  239. default:
  240. # Role given to a non-admin user who creates a project
  241. new_project_user_role_id:
  242. format: int
  243. default: ''
  244. sequential_project_identifiers:
  245. default: 0
  246. # encodings used to convert repository files content to UTF-8
  247. # multiple values accepted, comma separated
  248. default_users_hide_mail:
  249. default: 1
  250. default_users_time_zone:
  251. default: ""
  252. repositories_encodings:
  253. default: ''
  254. # encoding used to convert commit logs to UTF-8
  255. commit_logs_encoding:
  256. default: 'UTF-8'
  257. commit_logs_formatting:
  258. default: 1
  259. repository_log_display_limit:
  260. format: int
  261. default: 100
  262. ui_theme:
  263. default: ''
  264. emails_footer:
  265. default: |-
  266. You have received this notification because you have either subscribed to it, or are involved in it.
  267. To change your notification preferences, please click here: http://hostname/my/account
  268. gravatar_enabled:
  269. default: 0
  270. openid:
  271. default: 0
  272. security_notifications: 1
  273. gravatar_default:
  274. default: ''
  275. start_of_week:
  276. default: ''
  277. rest_api_enabled:
  278. default: 0
  279. security_notifications: 1
  280. jsonp_enabled:
  281. default: 0
  282. security_notifications: 1
  283. default_notification_option:
  284. default: 'only_my_events'
  285. emails_header:
  286. default: ''
  287. thumbnails_enabled:
  288. default: 0
  289. thumbnails_size:
  290. format: int
  291. default: 100
  292. non_working_week_days:
  293. serialized: true
  294. default:
  295. - '6'
  296. - '7'
  297. new_item_menu_tab:
  298. default: 2
  299. timelog_required_fields:
  300. serialized: true
  301. default: []