Skip to content

Commit

Permalink
changed default ports to allow non-root install/run of docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed Jul 6, 2021
1 parent 1e9a622 commit e03ff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/fsl_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e03ff4a

Please sign in to comment.