add config to insertr fhc-build-version into path or add it as query string

This commit is contained in:
Harald Bamberger
2026-01-30 18:53:31 +01:00
parent 326d4b3923
commit f7478ff05c
2 changed files with 22 additions and 3 deletions
+3
View File
@@ -7,3 +7,6 @@ $config['use_vuejs_dev_version'] = false;
$config['use_bundled_javascript'] = false;
// systemerror_mailto use in FHC-Alert Plugin - if empty Link will not be rendered
$config['systemerror_mailto'] = '';
// use fhcomplete_build_version as path element after public (requires apache mod_rewrite)
// see <fhc_base_dir>/public/.htaccess for details
$config['use_fhcomplete_build_version_in_path'] = false;