From cb96521409b08e0e889b019dbe66e4fd6faf9617 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 20 Dec 2022 16:28:05 -0300 Subject: [PATCH] Update README.md Co-authored-by: Ezequiel Bellver Co-authored-by: Juan Barmasch --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bc516d6..2057a55 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,16 @@ Por último, debe levantar el frontend (usará el puerto 3000) mediante: sh run.sh -f ``` +Note que si está usando `github codespace` deberá cambiar la variable `API_URL` en el archivo `bsition/frontend/next.config.js` a, por ejemplo: + +``` +module.exports = { + env: { + API_URL: 'https://slococo-miniature-space-giggle-49wqx5x94p276pq-8000.preview.app.github.dev', + }, + } +``` + ## Documentación de la API Puede ir a `http://localhost:8000/docs` para ver el `Swagger`. Notemos que se usó en todo momento `localhost` pues se supone un ambiente de testeo.