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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. # Redmine - project management software
  2. # Copyright (C) 2006-2016 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. issue_group_assignment:
  174. default: 0
  175. default_issue_start_date_to_creation_date:
  176. default: 1
  177. notified_events:
  178. serialized: true
  179. default:
  180. - issue_added
  181. - issue_updated
  182. mail_handler_body_delimiters:
  183. default: ''
  184. mail_handler_enable_regex_delimiters:
  185. default: 0
  186. mail_handler_excluded_filenames:
  187. default: ''
  188. mail_handler_api_enabled:
  189. default: 0
  190. security_notifications: 1
  191. mail_handler_api_key:
  192. default:
  193. security_notifications: 1
  194. issue_list_default_columns:
  195. serialized: true
  196. default:
  197. - tracker
  198. - status
  199. - priority
  200. - subject
  201. - assigned_to
  202. - updated_on
  203. issue_list_default_totals:
  204. serialized: true
  205. default: []
  206. display_subprojects_issues:
  207. default: 1
  208. issue_done_ratio:
  209. default: 'issue_field'
  210. default_projects_public:
  211. default: 1
  212. default_projects_modules:
  213. serialized: true
  214. default:
  215. - issue_tracking
  216. - time_tracking
  217. - news
  218. - documents
  219. - files
  220. - wiki
  221. - repository
  222. - boards
  223. - calendar
  224. - gantt
  225. default_projects_tracker_ids:
  226. serialized: true
  227. default:
  228. # Role given to a non-admin user who creates a project
  229. new_project_user_role_id:
  230. format: int
  231. default: ''
  232. sequential_project_identifiers:
  233. default: 0
  234. # encodings used to convert repository files content to UTF-8
  235. # multiple values accepted, comma separated
  236. default_users_hide_mail:
  237. default: 1
  238. default_users_time_zone:
  239. default: ""
  240. repositories_encodings:
  241. default: ''
  242. # encoding used to convert commit logs to UTF-8
  243. commit_logs_encoding:
  244. default: 'UTF-8'
  245. commit_logs_formatting:
  246. default: 1
  247. repository_log_display_limit:
  248. format: int
  249. default: 100
  250. ui_theme:
  251. default: ''
  252. emails_footer:
  253. default: |-
  254. You have received this notification because you have either subscribed to it, or are involved in it.
  255. To change your notification preferences, please click here: http://hostname/my/account
  256. gravatar_enabled:
  257. default: 0
  258. openid:
  259. default: 0
  260. security_notifications: 1
  261. gravatar_default:
  262. default: ''
  263. start_of_week:
  264. default: ''
  265. rest_api_enabled:
  266. default: 0
  267. security_notifications: 1
  268. jsonp_enabled:
  269. default: 0
  270. security_notifications: 1
  271. default_notification_option:
  272. default: 'only_my_events'
  273. emails_header:
  274. default: ''
  275. thumbnails_enabled:
  276. default: 0
  277. thumbnails_size:
  278. format: int
  279. default: 100
  280. non_working_week_days:
  281. serialized: true
  282. default:
  283. - '6'
  284. - '7'
  285. new_item_menu_tab:
  286. default: 2
  287. timelog_required_fields:
  288. serialized: true
  289. default: []