/etc/fusionforge/config.ini.d/defaults.ini is in gforge-common 5.1.1-2.
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 | ; Default values for configuration variables
;
; Documentation at:
; https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Configuration#Configuration_variables
[core]
; Computed paths
; ...source code
plugins_path = "$core/source_path/plugins"
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"
default_country_code = US
default_language = English
default_theme = gforge
default_timezone = GMT
default_trove_cat = 18
force_login = no
jpgraph_path = "/usr/share/jpgraph/"
mailman_path = "/usr/lib/mailman"
news_group = 2
peer_rating_group = 4
project_registration_restricted = yes
sendmail_path = "/usr/sbin/sendmail"
show_source = no
stats_group = 3
template_group = 5
unix_cipher = MD5
url_prefix = "/"
use_docman = yes
use_forum = yes
use_frs = yes
use_fti = yes
use_ftp = yes
use_ftp_uploads = no
use_gateways = yes
use_jabber = no
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
use_scm = yes
use_shell = yes
use_snippet = yes
use_ssl = yes
use_survey = yes
use_tracker = yes
use_trove = yes
use_webdav = no
|