Skip to content

(Feature) - Add env vars support

Agustin Pane requested to merge feature/update-env-vars into development

Description

  • Now we support loading configuration via env vars such as:
BACKEND_URL=https://svmon.eudat.eu:8443/api/serviceComponent/jsonreport
CERTIFICATE_PATH=
TOKEN_PATH=
DEBUG_MODE=false
  • Also now svmon can define his own components via components.json file
Edited by Agustin Pane

Merge request reports