From b88f24385decbcf92f62f98cad72e3fc13194c4e Mon Sep 17 00:00:00 2001 From: Klagarge Date: Tue, 24 Jun 2025 21:23:56 +0200 Subject: [PATCH] doc: add test environment section to README Signed-off-by: Klagarge --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e2244dc..2d34b9b 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,15 @@ Credentials are available [on request](mailto:remi@heredero.ch). Details in [pico-sensor/README.md](pico-sensor/README.md). +## Test environment +[(Back to top)](#table-of-contents) + +A partial test environment is deployed on the server.
+Web app has a second container with the same code but made a GET request on `/test` instead of `/raclette` for the +development environment. The gateway include a route to `/test` that return the 100 last measurement instead of the +last 24h. Has everything else is still a development environment, the database is the same for the test and +development environment. + # Authors