mirror of
https://github.com/absmach/magistrala.git
synced 2026-08-07 07:14:46 +00:00
NOISSUE - Configure RE and reports billing callout (#3478)
Continuous Delivery / lint-and-build (push) Has been cancelled
Continuous Delivery / Build and Push Docker Images (push) Has been cancelled
Deploy GitHub Pages / swagger-ui (push) Has been cancelled
CI Pipeline / Lint Proto (push) Has been cancelled
CI Pipeline / lint-and-build (push) Has been cancelled
CI Pipeline / Detect Changes (push) Has been cancelled
CI Pipeline / Test ${{ matrix.module }} (push) Has been cancelled
CI Pipeline / Upload Coverage (push) Has been cancelled
Continuous Delivery / lint-and-build (push) Has been cancelled
Continuous Delivery / Build and Push Docker Images (push) Has been cancelled
Deploy GitHub Pages / swagger-ui (push) Has been cancelled
CI Pipeline / Lint Proto (push) Has been cancelled
CI Pipeline / lint-and-build (push) Has been cancelled
CI Pipeline / Detect Changes (push) Has been cancelled
CI Pipeline / Test ${{ matrix.module }} (push) Has been cancelled
CI Pipeline / Upload Coverage (push) Has been cancelled
Signed-off-by: JeffMboya <jangina.mboya@gmail.com> Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> Co-authored-by: nyagamunene <stevenyaga2014@gmail.com>
This commit is contained in:
+16
@@ -578,6 +578,14 @@ MG_REPORTS_EMAIL_TEMPLATE=reports.tmpl
|
||||
MG_REPORTS_DEFAULT_TEMPLATE=
|
||||
MG_PDF_CONVERTER_URL=http://pdf-generator:3000/forms/chromium/convert/html
|
||||
MG_REPORTS_URL=http://reports:9017
|
||||
MG_REPORTS_CALLOUT_URLS=""
|
||||
MG_REPORTS_CALLOUT_METHOD="POST"
|
||||
MG_REPORTS_CALLOUT_TLS_VERIFICATION="false"
|
||||
MG_REPORTS_CALLOUT_TIMEOUT="10s"
|
||||
MG_REPORTS_CALLOUT_CA_CERT=""
|
||||
MG_REPORTS_CALLOUT_CERT=""
|
||||
MG_REPORTS_CALLOUT_KEY=""
|
||||
MG_REPORTS_CALLOUT_OPERATIONS=""
|
||||
|
||||
## Addon Services
|
||||
|
||||
@@ -758,6 +766,14 @@ MG_REPORTS_EMAIL_TEMPLATE=reports.tmpl
|
||||
MG_REPORTS_DEFAULT_TEMPLATE=
|
||||
MG_REPORTS_URL=http://reports:9017
|
||||
MG_PDF_CONVERTER_URL=http://pdf-generator:3000/forms/chromium/convert/html
|
||||
MG_REPORTS_CALLOUT_URLS=""
|
||||
MG_REPORTS_CALLOUT_METHOD="POST"
|
||||
MG_REPORTS_CALLOUT_TLS_VERIFICATION="false"
|
||||
MG_REPORTS_CALLOUT_TIMEOUT="10s"
|
||||
MG_REPORTS_CALLOUT_CA_CERT=""
|
||||
MG_REPORTS_CALLOUT_CERT=""
|
||||
MG_REPORTS_CALLOUT_KEY=""
|
||||
MG_REPORTS_CALLOUT_OPERATIONS=""
|
||||
|
||||
### Timescale Reader gRPC Client Config (Magistrala)
|
||||
MG_TIMESCALE_READER_GRPC_URL=timescale-reader:7011
|
||||
|
||||
Reference in New Issue
Block a user