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 7.1KB

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