config.json
Global configuration file (Optional)
config.json in the root of the directory is optional
All properties are optional. These are the default values:
{
"servername": "Septima Search Server", : The name presented in the ui
"port": 3000, : The port responding to http requests
"frontpage": "tree", : Default page "tree", "download", or "configuration"
"logLevel": "error" : Set to "info" or "debug" for more verbose logging
}