Configure¶
Clifton can be configured via a config file called clifton/config.toml in your default config file location.
It won’t exist by default, so you will need to create it.
Finding the config file
The location of the config file will vary depending on your operating system. It can also sometimes be modified my setting environment variables.
Platform |
Environment variables |
Example path |
|---|---|---|
Linux |
|
|
macOS |
|
|
Windows |
|
|
If you want to specify a different config file, you can do so by passing the --config-file flag.
An example config file might look like:
config.toml¶write_config = true
show_qr = false
- write_config¶
- Type:
- boolean
- Default:
- false
Should the SSH config be automatically writen every time
clifton authis run.
- show_qr¶
- Type:
- boolean
- Default:
- true
Should a QR code be printed out for the authentication URL when running
clifton auth.