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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. attachment_max_size:
  32. format: int
  33. default: 5120
  34. issues_export_limit:
  35. format: int
  36. default: 500
  37. activity_days_default:
  38. format: int
  39. default: 30
  40. per_page_options:
  41. default: '25,50,100'
  42. mail_from:
  43. default: redmine@example.net
  44. bcc_recipients:
  45. default: 1
  46. text_formatting:
  47. default: textile
  48. wiki_compression:
  49. default: ""
  50. default_language:
  51. default: en
  52. host_name:
  53. default: localhost:3000
  54. protocol:
  55. default: http
  56. feeds_limit:
  57. format: int
  58. default: 15
  59. enabled_scm:
  60. serialized: true
  61. default:
  62. - Subversion
  63. - Darcs
  64. - Mercurial
  65. - Cvs
  66. - Bazaar
  67. - Git
  68. autofetch_changesets:
  69. default: 1
  70. sys_api_enabled:
  71. default: 0
  72. commit_ref_keywords:
  73. default: 'refs,references,IssueID'
  74. commit_fix_keywords:
  75. default: 'fixes,closes'
  76. commit_fix_status_id:
  77. format: int
  78. default: 0
  79. commit_fix_done_ratio:
  80. default: 100
  81. # autologin duration in days
  82. # 0 means autologin is disabled
  83. autologin:
  84. format: int
  85. default: 0
  86. # date format
  87. date_format:
  88. default: ''
  89. time_format:
  90. default: ''
  91. user_format:
  92. default: :firstname_lastname
  93. format: symbol
  94. cross_project_issue_relations:
  95. default: 0
  96. notified_events:
  97. serialized: true
  98. default:
  99. - issue_added
  100. - issue_updated
  101. mail_handler_api_enabled:
  102. default: 0
  103. mail_handler_api_key:
  104. default:
  105. issue_list_default_columns:
  106. serialized: true
  107. default:
  108. - tracker
  109. - status
  110. - priority
  111. - subject
  112. - assigned_to
  113. - updated_on
  114. display_subprojects_issues:
  115. default: 1
  116. default_projects_public:
  117. default: 1
  118. sequential_project_identifiers:
  119. default: 0
  120. # encodings used to convert repository files content to UTF-8
  121. # multiple values accepted, comma separated
  122. repositories_encodings:
  123. default: ''
  124. # encoding used to convert commit logs to UTF-8
  125. commit_logs_encoding:
  126. default: 'UTF-8'
  127. ui_theme:
  128. default: ''
  129. emails_footer:
  130. default: |-
  131. You have received this notification because you have either subscribed to it, or are involved in it.
  132. To change your notification preferences, please click here: http://hostname/my/account