Configuring settings#
Location of configuration files#
Lungo utilizes two configuration files: config.yaml, which contains general settings, and users.yaml, dedicated to
user management. By default, these files are located in a platform-dependent directory, such as ~/.config/lungo/ on
Linux. You can override this location by passing the --config-dir option to Lungo.
Editing settings#
A minimal config.yaml file looks like this:
| config.yaml | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
For a comprehensive list of available settings, please refer to the reference for config.yaml and reference for users.yaml.
Verifying settings#
You can verify the correctness of your configuration files by running:
| Terminal | |
|---|---|
1 | |
Applying changes#
After making any changes to the config.yaml file, you need to restart the Lungo service for the changes to take
effect.