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

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