Update README.md

This commit is contained in:
2026-02-23 23:53:40 +00:00
parent e1c5f53421
commit d9f0ee4453
+1 -1
View File
@@ -40,7 +40,7 @@ docker compose up --build
| Variable | Description |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `PUBLIC_WS_URL` | WebSocket URL for frontend |
| `PUBLIC_BOX_DRAWING_CHARS` | The 8 characters for box drawing. The default value `─│┌┐└┘├┤` results in boxes that are a bit to nice, you can also try `\|++++++` for a simpler style |
| `PUBLIC_BOX_DRAWING_CHARS` | The 8 characters for box drawing. The default value `─│┌┐└┘├┤` results in boxes that are a bit too nice, you can also try `\|++++++` for a simpler style |
| `HOST` | Allowed host for Vite |
| `FE_PORT` | Frontend port (external) |
| `BE_PORT` | Backend port (external) |