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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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. 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. - Darcs
  118. - Mercurial
  119. - Cvs
  120. - Bazaar
  121. - Git
  122. security_notifications: 1
  123. autofetch_changesets:
  124. default: 1
  125. sys_api_enabled:
  126. default: 0
  127. security_notifications: 1
  128. sys_api_key:
  129. default: ''
  130. security_notifications: 1
  131. commit_cross_project_ref:
  132. default: 0
  133. commit_ref_keywords:
  134. default: 'refs,references,IssueID'
  135. commit_update_keywords:
  136. serialized: true
  137. default: []
  138. commit_logtime_enabled:
  139. default: 0
  140. commit_logtime_activity_id:
  141. format: int
  142. default: 0
  143. # autologin duration in days
  144. # 0 means autologin is disabled
  145. autologin:
  146. format: int
  147. default: 0
  148. # date format
  149. date_format:
  150. default: ''
  151. time_format:
  152. default: ''
  153. user_format:
  154. default: :firstname_lastname
  155. format: symbol
  156. cross_project_issue_relations:
  157. default: 0
  158. # Enables subtasks to be in other projects
  159. cross_project_subtasks:
  160. default: 'tree'
  161. parent_issue_dates:
  162. default: 'derived'
  163. parent_issue_priority:
  164. default: 'derived'
  165. parent_issue_done_ratio:
  166. default: 'derived'
  167. link_copied_issue:
  168. default: 'ask'
  169. issue_group_assignment:
  170. default: 0
  171. default_issue_start_date_to_creation_date:
  172. default: 1
  173. notified_events:
  174. serialized: true
  175. default:
  176. - issue_added
  177. - issue_updated
  178. mail_handler_body_delimiters:
  179. default: ''
  180. mail_handler_excluded_filenames:
  181. default: ''
  182. mail_handler_api_enabled:
  183. default: 0
  184. security_notifications: 1
  185. mail_handler_api_key:
  186. default:
  187. security_notifications: 1
  188. issue_list_default_columns:
  189. serialized: true
  190. default:
  191. - tracker
  192. - status
  193. - priority
  194. - subject
  195. - assigned_to
  196. - updated_on
  197. issue_list_default_totals:
  198. serialized: true
  199. default: []
  200. display_subprojects_issues:
  201. default: 1
  202. issue_done_ratio:
  203. default: 'issue_field'
  204. default_projects_public:
  205. default: 1
  206. default_projects_modules:
  207. serialized: true
  208. default:
  209. - issue_tracking
  210. - time_tracking
  211. - news
  212. - documents
  213. - files
  214. - wiki
  215. - repository
  216. - boards
  217. - calendar
  218. - gantt
  219. default_projects_tracker_ids:
  220. serialized: true
  221. default:
  222. # Role given to a non-admin user who creates a project
  223. new_project_user_role_id:
  224. format: int
  225. default: ''
  226. sequential_project_identifiers:
  227. default: 0
  228. # encodings used to convert repository files content to UTF-8
  229. # multiple values accepted, comma separated
  230. default_users_hide_mail:
  231. default: 1
  232. repositories_encodings:
  233. default: ''
  234. # encoding used to convert commit logs to UTF-8
  235. commit_logs_encoding:
  236. default: 'UTF-8'
  237. repository_log_display_limit:
  238. format: int
  239. default: 100
  240. ui_theme:
  241. default: ''
  242. emails_footer:
  243. default: |-
  244. You have received this notification because you have either subscribed to it, or are involved in it.
  245. To change your notification preferences, please click here: http://hostname/my/account
  246. gravatar_enabled:
  247. default: 0
  248. openid:
  249. default: 0
  250. security_notifications: 1
  251. gravatar_default:
  252. default: ''
  253. start_of_week:
  254. default: ''
  255. rest_api_enabled:
  256. default: 0
  257. security_notifications: 1
  258. jsonp_enabled:
  259. default: 0
  260. security_notifications: 1
  261. default_notification_option:
  262. default: 'only_my_events'
  263. emails_header:
  264. default: ''
  265. thumbnails_enabled:
  266. default: 0
  267. thumbnails_size:
  268. format: int
  269. default: 100
  270. non_working_week_days:
  271. serialized: true
  272. default:
  273. - '6'
  274. - '7'
  275. new_item_menu_tab:
  276. default: 2