zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit c9d7f7f94f9efa78c3000256399d99af54f2abe8
parent 5390abbffc024b493bdc4c68dfe3b4ca1681ff99
Author: srfsh <dev@srf.sh>
Date:   Mon,  9 Jan 2023 17:24:38 +0300

docs: don't lie about port

Diffstat:
Mdocs/configuration-guide.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration-guide.md b/docs/configuration-guide.md @@ -36,7 +36,7 @@ also see the [Required Options](#required-options). This option should be used if extended configuration is desired (using the options mention in the link above). -* `ROOM_URI`: The URI of the Restroom instance. Defaults to `http://localhost`. +* `ROOM_URI`: The URI of the Restroom instance. Defaults to `http://localhost:3000`. * `ROOM_SALT`: The base64-encoded salt to be used with Restroom's keypairoomServer call.