explain how to configure conduwuit
This commit is contained in:
parent
b1150cded9
commit
1ca484f90d
2 changed files with 20 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
- [Introduction](introduction.md)
|
- [Introduction](introduction.md)
|
||||||
- [Differences from upstream Conduit](differences.md)
|
- [Differences from upstream Conduit](differences.md)
|
||||||
- [Example configuration](configuration/examples.md)
|
- [Configuration](configuration.md)
|
||||||
|
- [Examples](configuration/examples.md)
|
||||||
- [Deploying](deploying.md)
|
- [Deploying](deploying.md)
|
||||||
- [Generic](deploying/generic.md)
|
- [Generic](deploying/generic.md)
|
||||||
- [NixOS](deploying/nixos.md)
|
- [NixOS](deploying/nixos.md)
|
||||||
|
|
18
docs/configuration.md
Normal file
18
docs/configuration.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Configuration
|
||||||
|
|
||||||
|
This chapter describes various ways to configure conduwuit.
|
||||||
|
|
||||||
|
## Basics
|
||||||
|
|
||||||
|
Conduwuit uses a config file for the majority of the settings. Please refer to the
|
||||||
|
[example config file](./configuration/examples.md#example-configuration) for all of those settings.
|
||||||
|
The config file to use can either be specified on the command line when running conduwuit by specifying the
|
||||||
|
`-c`, `--config` flag. Alternatively, you can use the environment variable `CONDUWUIT_CONFIG` to specify the config
|
||||||
|
file to used.
|
||||||
|
|
||||||
|
## Environment variables
|
||||||
|
|
||||||
|
All of the settings that are found in the config file can be specified by using environment variables.
|
||||||
|
The environment variable names should be all caps and prefixed with `CONDUWUIT_`.
|
||||||
|
For example, if the setting you are changing is `max_request_size`, then the environment variable to set is
|
||||||
|
`CONDUWUIT_MAX_REQUEST_SIZE`.
|
Loading…
Add table
Add a link
Reference in a new issue