fix readme mistake

This commit is contained in:
1e99 2025-03-23 13:38:39 +01:00
parent 03bc0d85c4
commit 22327ce8ce

View file

@ -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.