From e411d4e088efd6f545634080a4d2753235d30967 Mon Sep 17 00:00:00 2001 From: programarivm Date: Mon, 6 May 2024 18:32:37 +0200 Subject: [PATCH] Updated the docs --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 5a1a3d4e..95c34f36 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -19,7 +19,7 @@ Create an `.env` file: cp .env.example .env ``` -Finally, you may want to add the following entry to your `/etc/hosts` file if running the PHP chess server on your localhost along with [React Chess](https://github.com/chesslablab/spablab) as per the `REACT_APP_WS_HOST` variable defined in the [spablab/.env.example](https://github.com/chesslablab/spablab/blob/main/.env.example) file. +Finally, you may want to add the following entry to your `/etc/hosts` file if running the chess server on your localhost along with the [ChesslaBlab website](https://github.com/chesslablab/website) as per the `WEBSOCKET_HOST` variable defined in the [assets/env.example.js](https://github.com/chesslablab/website/blob/main/assets/env.example.js) file. ```txt 127.0.0.1 async.chesslablab.org