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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. per_page_options:
  38. default: '25,50,100'
  39. mail_from:
  40. default: redmine@somenet.foo
  41. bcc_recipients:
  42. default: 1
  43. text_formatting:
  44. default: textile
  45. wiki_compression:
  46. default: ""
  47. default_language:
  48. default: en
  49. host_name:
  50. default: localhost:3000
  51. protocol:
  52. default: http
  53. feeds_limit:
  54. format: int
  55. default: 15
  56. autofetch_changesets:
  57. default: 1
  58. sys_api_enabled:
  59. default: 0
  60. commit_ref_keywords:
  61. default: 'refs,references,IssueID'
  62. commit_fix_keywords:
  63. default: 'fixes,closes'
  64. commit_fix_status_id:
  65. format: int
  66. default: 0
  67. commit_fix_done_ratio:
  68. default: 100
  69. # autologin duration in days
  70. # 0 means autologin is disabled
  71. autologin:
  72. format: int
  73. default: 0
  74. # date format
  75. date_format:
  76. default: ''
  77. time_format:
  78. default: ''
  79. user_format:
  80. default: :firstname_lastname
  81. format: symbol
  82. cross_project_issue_relations:
  83. default: 0
  84. notified_events:
  85. serialized: true
  86. default:
  87. - issue_added
  88. - issue_updated
  89. issue_list_default_columns:
  90. serialized: true
  91. default:
  92. - tracker
  93. - status
  94. - priority
  95. - subject
  96. - assigned_to
  97. - updated_on
  98. # encodings used to convert repository files content to UTF-8
  99. # multiple values accepted, comma separated
  100. repositories_encodings:
  101. default: ''
  102. ui_theme:
  103. default: ''
  104. emails_footer:
  105. default: |-
  106. You have received this notification because you have either subscribed to it, or are involved in.
  107. To change your notification preferences, please click here: http://hostname/my/account