modify default setting
This commit is contained in:
parent
9e6414e810
commit
cc12a461a8
|
@ -28,22 +28,22 @@ welcome_text:
|
|||
login_required:
|
||||
default: 0
|
||||
self_registration:
|
||||
default: '2'
|
||||
default: 3
|
||||
lost_password:
|
||||
default: 1
|
||||
unsubscribe:
|
||||
default: 1
|
||||
password_min_length:
|
||||
format: int
|
||||
default: 8
|
||||
default: 6
|
||||
# Maximum lifetime of user sessions in minutes
|
||||
session_lifetime:
|
||||
format: int
|
||||
default: 0
|
||||
default: 525600
|
||||
# User session timeout in minutes
|
||||
session_timeout:
|
||||
format: int
|
||||
default: 0
|
||||
default: 2880
|
||||
attachment_max_size:
|
||||
format: int
|
||||
default: 5120
|
||||
|
@ -83,7 +83,7 @@ gantt_items_limit:
|
|||
# inline through the file viewer (in KB)
|
||||
file_max_size_displayed:
|
||||
format: int
|
||||
default: 512
|
||||
default: 5120
|
||||
diff_max_lines_displayed:
|
||||
format: int
|
||||
default: 1500
|
||||
|
@ -117,7 +117,7 @@ commit_logtime_activity_id:
|
|||
# 0 means autologin is disabled
|
||||
autologin:
|
||||
format: int
|
||||
default: 0
|
||||
default: 365
|
||||
# date format
|
||||
date_format:
|
||||
default: ''
|
||||
|
@ -165,9 +165,7 @@ default_projects_modules:
|
|||
serialized: true
|
||||
default:
|
||||
- issue_tracking
|
||||
- time_tracking
|
||||
- news
|
||||
- documents
|
||||
- files
|
||||
- wiki
|
||||
- repository
|
||||
|
@ -180,13 +178,13 @@ default_projects_tracker_ids:
|
|||
# Role given to a non-admin user who creates a project
|
||||
new_project_user_role_id:
|
||||
format: int
|
||||
default: ''
|
||||
default: 3
|
||||
sequential_project_identifiers:
|
||||
default: 0
|
||||
# encodings used to convert repository files content to UTF-8
|
||||
# multiple values accepted, comma separated
|
||||
repositories_encodings:
|
||||
default: ''
|
||||
default: 'UTF-8'
|
||||
# encoding used to convert commit logs to UTF-8
|
||||
commit_logs_encoding:
|
||||
default: 'UTF-8'
|
||||
|
@ -194,7 +192,7 @@ repository_log_display_limit:
|
|||
format: int
|
||||
default: 100
|
||||
ui_theme:
|
||||
default: ''
|
||||
default: 'redpenny-master'
|
||||
emails_footer:
|
||||
default: |-
|
||||
You have received this notification because you have either subscribed to it, or are involved in it.
|
||||
|
|
Loading…
Reference in New Issue