From 22327ce8cea8a73dbea1c42c6ce1c8ccc7f4a16d Mon Sep 17 00:00:00 2001 From: 1e99 Date: Sun, 23 Mar 2025 13:38:39 +0100 Subject: [PATCH] fix readme mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.