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