From e03ff4a90d90fee264d4495357e69a93c7b99702 Mon Sep 17 00:00:00 2001 From: "nick@yes-interactive.com" Date: Tue, 6 Jul 2021 22:29:30 +0000 Subject: [PATCH] changed default ports to allow non-root install/run of docker container --- config/fsl_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fsl_config.php b/config/fsl_config.php index 676f797..95b93cc 100644 --- a/config/fsl_config.php +++ b/config/fsl_config.php @@ -9,7 +9,7 @@ function configure() option('base_uri', "/"); //set if app is not in web root directory but in a subdirectory... option('session', 'fsl'); // enable with a specific session name option('behind_proxy', FALSE); //enabled if behind gateway or balancer like Kong - option('release', '20210405'); //enabled if behind gateway or balancer like Kong + option('release', '20210706'); //enabled if behind gateway or balancer like Kong //############################################## //encryption configuration