From 7e76712e332f8641299f9fb2fc5130fbc7f12648 Mon Sep 17 00:00:00 2001 From: fastium Date: Mon, 23 Jun 2025 19:24:41 +0200 Subject: [PATCH] chore(webapp): update documentation with new environment variable - modify existaing one with new names - add the URL and the PAGE --- web-app/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web-app/README.md b/web-app/README.md index a519bfe..e60d881 100644 --- a/web-app/README.md +++ b/web-app/README.md @@ -39,8 +39,10 @@ Setup the environment: linux: ```terminal -export VUE_APP_API_KEY=your_api_key -export VUE_APP_API_SECRET=your_api_secret +export VUE_APP_REST_USER= +export VUE_APP_REST_PASSWORD= +export VUE_APP_REST_URL= +export VUE_APP_REST_PAGE= ``` windows: ```terminal