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

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