This file is indexed.

/etc/fusionforge/config.ini.d/mediawiki.ini is in fusionforge-plugin-mediawiki 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
25
26
[mediawiki]

; Current mediawiki is production ready
; plugin_status is a string.
; valid means : production ready.
; Any other strings means it's under work or broken and plugin 
; is available in installation_environment = development only.
plugin_status = valid

; Whether uploads are allowed on the mediawiki
enable_uploads = false

; Source dir of the mediawiki source code.
src_path = "$core/plugins_path/mediawiki/src_path"

; Mediawiki config dir.
; This is where the forge-global stuff is stored.
mwdata_path = "$core/data_path/plugins/mediawiki"

; Mediawiki projects dir. 
; All projects using the plugin have a subdirectory in this directory.
projects_path = "$mediawiki/mwdata_path/projects"

; Mediawiki master dir.
; This is where all the links to the mediawiki source code are stored.
master_path = "$mediawiki/mwdata_path/master"