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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. # Redmine - project management software
  2. # Copyright (C) 2006-2015 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. self_registration:
  28. default: '2'
  29. lost_password:
  30. default: 1
  31. unsubscribe:
  32. default: 1
  33. password_min_length:
  34. format: int
  35. default: 8
  36. # Maximum number of additional email addresses per user
  37. max_additional_emails:
  38. format: int
  39. default: 5
  40. # Maximum lifetime of user sessions in minutes
  41. session_lifetime:
  42. format: int
  43. default: 0
  44. # User session timeout in minutes
  45. session_timeout:
  46. format: int
  47. default: 0
  48. attachment_max_size:
  49. format: int
  50. default: 5120
  51. issues_export_limit:
  52. format: int
  53. default: 500
  54. activity_days_default:
  55. format: int
  56. default: 30
  57. per_page_options:
  58. default: '25,50,100'
  59. search_results_per_page:
  60. default: 10
  61. mail_from:
  62. default: redmine@example.net
  63. bcc_recipients:
  64. default: 1
  65. plain_text_mail:
  66. default: 0
  67. text_formatting:
  68. default: textile
  69. cache_formatted_text:
  70. default: 0
  71. wiki_compression:
  72. default: ""
  73. default_language:
  74. default: en
  75. force_default_language_for_anonymous:
  76. default: 0
  77. force_default_language_for_loggedin:
  78. default: 0
  79. host_name:
  80. default: localhost:3000
  81. protocol:
  82. default: http
  83. feeds_limit:
  84. format: int
  85. default: 15
  86. gantt_items_limit:
  87. format: int
  88. default: 500
  89. # Maximum size of files that can be displayed
  90. # inline through the file viewer (in KB)
  91. file_max_size_displayed:
  92. format: int
  93. default: 512
  94. diff_max_lines_displayed:
  95. format: int
  96. default: 1500
  97. enabled_scm:
  98. serialized: true
  99. default:
  100. - Subversion
  101. - Darcs
  102. - Mercurial
  103. - Cvs
  104. - Bazaar
  105. - Git
  106. autofetch_changesets:
  107. default: 1
  108. sys_api_enabled:
  109. default: 0
  110. sys_api_key:
  111. default: ''
  112. commit_cross_project_ref:
  113. default: 0
  114. commit_ref_keywords:
  115. default: 'refs,references,IssueID'
  116. commit_update_keywords:
  117. serialized: true
  118. default: []
  119. commit_logtime_enabled:
  120. default: 0
  121. commit_logtime_activity_id:
  122. format: int
  123. default: 0
  124. # autologin duration in days
  125. # 0 means autologin is disabled
  126. autologin:
  127. format: int
  128. default: 0
  129. # date format
  130. date_format:
  131. default: ''
  132. time_format:
  133. default: ''
  134. user_format:
  135. default: :firstname_lastname
  136. format: symbol
  137. cross_project_issue_relations:
  138. default: 0
  139. # Enables subtasks to be in other projects
  140. cross_project_subtasks:
  141. default: 'tree'
  142. link_copied_issue:
  143. default: 'ask'
  144. issue_group_assignment:
  145. default: 0
  146. default_issue_start_date_to_creation_date:
  147. default: 1
  148. notified_events:
  149. serialized: true
  150. default:
  151. - issue_added
  152. - issue_updated
  153. mail_handler_body_delimiters:
  154. default: ''
  155. mail_handler_excluded_filenames:
  156. default: ''
  157. mail_handler_api_enabled:
  158. default: 0
  159. mail_handler_api_key:
  160. default:
  161. issue_list_default_columns:
  162. serialized: true
  163. default:
  164. - tracker
  165. - status
  166. - priority
  167. - subject
  168. - assigned_to
  169. - updated_on
  170. display_subprojects_issues:
  171. default: 1
  172. issue_done_ratio:
  173. default: 'issue_field'
  174. default_projects_public:
  175. default: 1
  176. default_projects_modules:
  177. serialized: true
  178. default:
  179. - issue_tracking
  180. - time_tracking
  181. - news
  182. - documents
  183. - files
  184. - wiki
  185. - repository
  186. - boards
  187. - calendar
  188. - gantt
  189. default_projects_tracker_ids:
  190. serialized: true
  191. default:
  192. # Role given to a non-admin user who creates a project
  193. new_project_user_role_id:
  194. format: int
  195. default: ''
  196. sequential_project_identifiers:
  197. default: 0
  198. # encodings used to convert repository files content to UTF-8
  199. # multiple values accepted, comma separated
  200. repositories_encodings:
  201. default: ''
  202. # encoding used to convert commit logs to UTF-8
  203. commit_logs_encoding:
  204. default: 'UTF-8'
  205. repository_log_display_limit:
  206. format: int
  207. default: 100
  208. ui_theme:
  209. default: ''
  210. emails_footer:
  211. default: |-
  212. You have received this notification because you have either subscribed to it, or are involved in it.
  213. To change your notification preferences, please click here: http://hostname/my/account
  214. gravatar_enabled:
  215. default: 0
  216. openid:
  217. default: 0
  218. gravatar_default:
  219. default: ''
  220. start_of_week:
  221. default: ''
  222. rest_api_enabled:
  223. default: 0
  224. jsonp_enabled:
  225. default: 0
  226. default_notification_option:
  227. default: 'only_my_events'
  228. emails_header:
  229. default: ''
  230. thumbnails_enabled:
  231. default: 0
  232. thumbnails_size:
  233. format: int
  234. default: 100
  235. non_working_week_days:
  236. serialized: true
  237. default:
  238. - '6'
  239. - '7'