This file is indexed.

/etc/fusionforge/config.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
;
; This is the main file that defines configuration of FusionForge (since 5.1)
;
; 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/gforge
binary_path = /usr/share/gforge/bin
plugins_path = /usr/share/gforge/plugins
data_path = /var/lib/gforge
config_path = /etc/gforge
log_path = /var/log/gforge


; look at files in /etc/gforge/config.ini.d/ for more options
extra_config_dirs = "$core/config_path/config.ini.d"