fix readme mistake
This commit is contained in:
parent
03bc0d85c4
commit
22327ce8ce
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
## Configuration
|
## Configuration
|
||||||
Configuration is done using environment variables.
|
Configuration is done using environment variables.
|
||||||
- `WOLBODGE_ADDRESS`: The address that WoLBodge should listen on, defaults to `:3000`.
|
- `WOLBODGE_ADDRESS`: The address that WoLBodge should listen on, defaults to `:3000`.
|
||||||
- `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `ram`.
|
- `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `mem`.
|
||||||
- `ram`: Sessions are stored in RAM.
|
- `mem`: Sessions are stored in RAM.
|
||||||
- `WOLBODGE_DEVICE_TYPE`: Device type to pick, defaults to `test`.
|
- `WOLBODGE_DEVICE_TYPE`: Device type to pick, defaults to `test`.
|
||||||
- `test`: A dummy device, used for testing.
|
- `test`: A dummy device, used for testing.
|
||||||
- `command`: Runs a subprocess to aquire the info. See the example below for more info.
|
- `command`: Runs a subprocess to aquire the info. See the example below for more info.
|
||||||
|
|
Loading…
Add table
Reference in a new issue