/etc/fusionforge/config.ini.d/scmgit.ini is in fusionforge-plugin-scmgit 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 | [scmgit]
; Current scmgit 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
default_server = "$core/scm_host"
repos_path = "/srv/git"
; this value is used when dav is set to yes. To reload httpd configuration
httpd_reload_cmd = "service $core/apache_service reload"
; use_dav or use_ssh/use_smarthttp is exclusive. you cannot enable dav with ssh, or ssh with dav
use_dav = no
use_ssh = yes
use_smarthttp = yes
use_ssl = "$core/use_ssl"
|