PageRenderTime 57ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/config/settings.yml

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