Configuration and Startup
Configuring the LexFloatServer
LexFloatServer reads its configuration from a YAML file. It expects a config.yml file in the same directory as LexFloatServer. If the config file is in another directory, pass its path using the -c option.
The config is loaded when the server starts. Changes to the config file take effect only after the server is restarted.
Starting LexFloatServer in the terminal
For testing, you can run LexFloatServer in the terminal (command prompt). To start the server, pass the -s option:
lexfloatserver -sLast updated: