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 is done using environment variables.
|
||||
- `WOLBODGE_ADDRESS`: The address that WoLBodge should listen on, defaults to `:3000`.
|
||||
- `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `ram`.
|
||||
- `ram`: Sessions are stored in RAM.
|
||||
- `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `mem`.
|
||||
- `mem`: Sessions are stored in RAM.
|
||||
- `WOLBODGE_DEVICE_TYPE`: Device type to pick, defaults to `test`.
|
||||
- `test`: A dummy device, used for testing.
|
||||
- `command`: Runs a subprocess to aquire the info. See the example below for more info.
|
||||
|
|
Loading…
Add table
Reference in a new issue