Skip to content
Andy Theuninck edited this page Jan 12, 2016 · 3 revisions

Both Office and Lane components have a configuration interface. In both cases it's located in the top-level "install" directory. The exact UI is a bit different, but both have a number of tabs across the top for different groups of settings.

Office Configuration

Office stores almost its entire configuration in a file named config.php. The web interface is just editing values in this file. Office Configuration in depth.

Lane Configuration

Lane stores most of its configuration in the database with a minimal set of settings in a file named ini.php. The latter are the minimal settings required to connect to the database and load the rest of the configuration. Often Lane configurations are nearly identical across all machines and this approach allows for centralized configuration management. In most cases, hovering the mouse over an input box or dropdown will tell you where that value is being stored. Lane Configuration in depth.

Clone this wiki locally