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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. # Redmine - project management software
  2. # Copyright (C) 2006-2013 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 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_update_keywords:
  107. serialized: true
  108. default: []
  109. commit_logtime_enabled:
  110. default: 0
  111. commit_logtime_activity_id:
  112. format: int
  113. default: 0
  114. # autologin duration in days
  115. # 0 means autologin is disabled
  116. autologin:
  117. format: int
  118. default: 0
  119. # date format
  120. date_format:
  121. default: ''
  122. time_format:
  123. default: ''
  124. user_format:
  125. default: :firstname_lastname
  126. format: symbol
  127. cross_project_issue_relations:
  128. default: 0
  129. # Enables subtasks to be in other projects
  130. cross_project_subtasks:
  131. default: 'tree'
  132. issue_group_assignment:
  133. default: 0
  134. default_issue_start_date_to_creation_date:
  135. default: 1
  136. notified_events:
  137. serialized: true
  138. default:
  139. - issue_added
  140. - issue_updated
  141. mail_handler_body_delimiters:
  142. default: ''
  143. mail_handler_excluded_filenames:
  144. default: ''
  145. mail_handler_api_enabled:
  146. default: 0
  147. mail_handler_api_key:
  148. default:
  149. issue_list_default_columns:
  150. serialized: true
  151. default:
  152. - tracker
  153. - status
  154. - priority
  155. - subject
  156. - assigned_to
  157. - updated_on
  158. display_subprojects_issues:
  159. default: 1
  160. issue_done_ratio:
  161. default: 'issue_field'
  162. default_projects_public:
  163. default: 1
  164. default_projects_modules:
  165. serialized: true
  166. default:
  167. - issue_tracking
  168. - time_tracking
  169. - news
  170. - documents
  171. - files
  172. - wiki
  173. - repository
  174. - boards
  175. - calendar
  176. - gantt
  177. default_projects_tracker_ids:
  178. serialized: true
  179. default:
  180. # Role given to a non-admin user who creates a project
  181. new_project_user_role_id:
  182. format: int
  183. default: ''
  184. sequential_project_identifiers:
  185. default: 0
  186. # encodings used to convert repository files content to UTF-8
  187. # multiple values accepted, comma separated
  188. repositories_encodings:
  189. default: ''
  190. # encoding used to convert commit logs to UTF-8
  191. commit_logs_encoding:
  192. default: 'UTF-8'
  193. repository_log_display_limit:
  194. format: int
  195. default: 100
  196. ui_theme:
  197. default: ''
  198. emails_footer:
  199. default: |-
  200. You have received this notification because you have either subscribed to it, or are involved in it.
  201. To change your notification preferences, please click here: http://hostname/my/account
  202. gravatar_enabled:
  203. default: 0
  204. openid:
  205. default: 0
  206. gravatar_default:
  207. default: ''
  208. start_of_week:
  209. default: ''
  210. rest_api_enabled:
  211. default: 0
  212. jsonp_enabled:
  213. default: 0
  214. default_notification_option:
  215. default: 'only_my_events'
  216. emails_header:
  217. default: ''
  218. thumbnails_enabled:
  219. default: 0
  220. thumbnails_size:
  221. format: int
  222. default: 100
  223. non_working_week_days:
  224. serialized: true
  225. default:
  226. - '6'
  227. - '7'