/etc/fusionforge/config.ini is in fusionforge-common 6.0.5-2ubuntu1.
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 | ;
; This is the main file that defines configuration of FusionForge
;
; See the documentation in the wiki for more details :
; https://fusionforge.org/plugins/mediawiki/wiki/fusionforge/index.php/Configuration#Configuration_files
;
[core]
forge_name = FusionForge
source_path = /usr/share/fusionforge
gettext_path = /usr/share/locale
binary_path = $core/source_path/bin
plugins_path = $core/source_path/plugins
data_path = /var/lib/fusionforge
config_path = /etc/fusionforge
log_path = /var/log/fusionforge
apache_user = www-data
apache_group = www-data
apache_service = apache2
ssh_service = ssh
; look at files in /etc/fusionforge/config.ini.d/ for more options
extra_config_dirs = "$core/config_path/config.ini.d"
|