您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

settings.yml 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. 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. # Maximum size of files that can be displayed
  106. # inline through the file viewer (in KB)
  107. file_max_size_displayed:
  108. format: int
  109. default: 512
  110. diff_max_lines_displayed:
  111. format: int
  112. default: 1500
  113. enabled_scm:
  114. serialized: true
  115. default:
  116. - Subversion
  117. - Mercurial
  118. - Cvs
  119. - Bazaar
  120. - Git
  121. security_notifications: 1
  122. autofetch_changesets:
  123. default: 1
  124. sys_api_enabled:
  125. default: 0
  126. security_notifications: 1
  127. sys_api_key:
  128. default: ''
  129. security_notifications: 1
  130. commit_cross_project_ref:
  131. default: 0
  132. commit_ref_keywords:
  133. default: 'refs,references,IssueID'
  134. commit_update_keywords:
  135. serialized: true
  136. default: []
  137. commit_logtime_enabled:
  138. default: 0
  139. commit_logtime_activity_id:
  140. format: int
  141. default: 0
  142. # autologin duration in days
  143. # 0 means autologin is disabled
  144. autologin:
  145. format: int
  146. default: 0
  147. # date format
  148. date_format:
  149. default: ''
  150. time_format:
  151. default: ''
  152. timespan_format:
  153. default: 'decimal'
  154. user_format:
  155. default: :firstname_lastname
  156. format: symbol
  157. cross_project_issue_relations:
  158. default: 0
  159. # Enables subtasks to be in other projects
  160. cross_project_subtasks:
  161. default: 'tree'
  162. parent_issue_dates:
  163. default: 'derived'
  164. parent_issue_priority:
  165. default: 'derived'
  166. parent_issue_done_ratio:
  167. default: 'derived'
  168. link_copied_issue:
  169. default: 'ask'
  170. close_duplicate_issues:
  171. default: 1
  172. issue_group_assignment:
  173. default: 0
  174. default_issue_start_date_to_creation_date:
  175. default: 1
  176. notified_events:
  177. serialized: true
  178. default:
  179. - issue_added
  180. - issue_updated
  181. mail_handler_body_delimiters:
  182. default: ''
  183. mail_handler_enable_regex_delimiters:
  184. default: 0
  185. mail_handler_enable_regex_excluded_filenames:
  186. default: 0
  187. mail_handler_excluded_filenames:
  188. default: ''
  189. mail_handler_api_enabled:
  190. default: 0
  191. security_notifications: 1
  192. mail_handler_api_key:
  193. default:
  194. security_notifications: 1
  195. issue_list_default_columns:
  196. serialized: true
  197. default:
  198. - tracker
  199. - status
  200. - priority
  201. - subject
  202. - assigned_to
  203. - updated_on
  204. issue_list_default_totals:
  205. serialized: true
  206. default: []
  207. display_subprojects_issues:
  208. default: 1
  209. time_entry_list_defaults:
  210. serialized: true
  211. default:
  212. column_names:
  213. - spent_on
  214. - user
  215. - activity
  216. - issue
  217. - comments
  218. - hours
  219. totalable_names:
  220. - hours
  221. issue_done_ratio:
  222. default: 'issue_field'
  223. default_projects_public:
  224. default: 1
  225. default_projects_modules:
  226. serialized: true
  227. default:
  228. - issue_tracking
  229. - time_tracking
  230. - news
  231. - documents
  232. - files
  233. - wiki
  234. - repository
  235. - boards
  236. - calendar
  237. - gantt
  238. default_projects_tracker_ids:
  239. serialized: true
  240. default:
  241. # Role given to a non-admin user who creates a project
  242. new_project_user_role_id:
  243. format: int
  244. default: ''
  245. sequential_project_identifiers:
  246. default: 0
  247. # encodings used to convert repository files content to UTF-8
  248. # multiple values accepted, comma separated
  249. default_users_hide_mail:
  250. default: 1
  251. default_users_time_zone:
  252. default: ""
  253. repositories_encodings:
  254. default: ''
  255. # encoding used to convert commit logs to UTF-8
  256. commit_logs_encoding:
  257. default: 'UTF-8'
  258. commit_logs_formatting:
  259. default: 1
  260. repository_log_display_limit:
  261. format: int
  262. default: 100
  263. ui_theme:
  264. default: ''
  265. emails_footer:
  266. default: |-
  267. You have received this notification because you have either subscribed to it, or are involved in it.
  268. To change your notification preferences, please click here: http://hostname/my/account
  269. gravatar_enabled:
  270. default: 0
  271. openid:
  272. default: 0
  273. security_notifications: 1
  274. gravatar_default:
  275. default: ''
  276. start_of_week:
  277. default: ''
  278. rest_api_enabled:
  279. default: 0
  280. security_notifications: 1
  281. jsonp_enabled:
  282. default: 0
  283. security_notifications: 1
  284. default_notification_option:
  285. default: 'only_my_events'
  286. emails_header:
  287. default: ''
  288. thumbnails_enabled:
  289. default: 0
  290. thumbnails_size:
  291. format: int
  292. default: 100
  293. non_working_week_days:
  294. serialized: true
  295. default:
  296. - '6'
  297. - '7'
  298. new_item_menu_tab:
  299. default: 2
  300. timelog_required_fields:
  301. serialized: true
  302. default: []
  303. timelog_accept_0_hours:
  304. default: 1
  305. timelog_max_hours_per_day:
  306. format: int
  307. default: 999
  308. timelog_accept_future_dates:
  309. default: 1