This file is indexed.

/etc/fusionforge/config.ini.d/defaults.ini is in gforge-common 5.3.2+20141104-3+deb8u3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
; Default values for configuration variables
;
; Documentation at:
; https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Configuration#Configuration_variables
;
; Note : instead of modifying this file, you may wish to place changed
; settings in an overriding config.ini.d file, like the provided zzzz-local.ini

[core]

; Computed paths
; ...source code
url_root = "$core/source_path/www/"
themes_root = "$core/source_path/www/themes"
; ...data
chroot = "$core/data_path/chroot"
homedir_prefix = "$core/chroot/home/users"
groupdir_prefix = "$core/chroot/home/groups"
upload_dir = "$core/data_path/download"
ftp_upload_dir = "$core/data_path/ftproot"
scm_snapshots_path = "$core/data_path/scmsnapshots"
scm_tarballs_path = "$core/data_path/scmtarballs"
; ...customization
custom_path = "$core/config_path/custom"

; Computed hostnames and related variables
lists_host = "lists.$core/web_host"
scm_host = "scm.$core/web_host"
forum_return_domain = "$core/web_host"
users_host = "users.$core/web_host"
admin_email = "webmaster@$core/web_host"

; Default values for variables
account_manager_type = pgsql
apache_group = "www-data"
apache_user = "www-data"
compression_method = "gzip"
default_country_code = US
default_language = English
default_theme = funky
default_timezone = GMT
default_trove_cat = 18
force_login = no
mailman_path = "/usr/lib/mailman"
mailman_data_path = "/var/lib/mailman"
news_group = 2
peer_rating_group = 4
project_registration_restricted = yes
project_auto_approval = no
project_auto_approval_user = admin
sendmail_path = "/usr/sbin/sendmail"
show_source = no
stats_group = 3
template_group = 5
unix_cipher = MD5
url_prefix = "/"
use_activity = yes
use_docman = yes
use_forum = yes
use_frs = yes
use_fti = yes
use_ftp = yes
use_ftp_uploads = no
use_gateways = yes
use_mail = yes
use_manual_uploads = yes
use_news = yes
use_people = yes
use_pm = yes
use_project_database = no
use_project_multimedia = no
use_project_vhost = yes
use_ratings = yes
user_registration_restricted = no
user_notification_on_activation = no
use_scm = yes
use_shell = yes
use_snippet = yes
use_ssl = yes
use_survey = yes
use_tracker = yes
use_trove = yes
use_project_tags = yes
use_project_full_list = yes
allow_project_without_template = yes
use_webdav = no
user_default_shell = "/bin/bash"
gettext_path = "/usr/share/locale"

scm_single_host = yes