diff --git a/README.md b/README.md index cdbd88b..022ca15 100644 --- a/README.md +++ b/README.md @@ -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.