NOISSUE - Configure RE and reports callout URLs for billing integration

Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
This commit is contained in:
JeffMboya
2026-04-16 18:30:20 +03:00
committed by nyagamunene
parent 92b2993366
commit ebb4d74783
+20 -4
View File
@@ -520,14 +520,14 @@ MG_RE_DB_SSL_KEY=
MG_RE_DB_SSL_ROOT_CERT=
MG_RE_INSTANCE_ID=
MG_RE_EMAIL_TEMPLATE=re.tmpl
MG_RE_CALLOUT_URLS=""
MG_RE_CALLOUT_URLS=http://billing:9022/auth
MG_RE_CALLOUT_METHOD="POST"
MG_RE_CALLOUT_TLS_VERIFICATION="false"
MG_RE_CALLOUT_TIMEOUT="10s"
MG_RE_CALLOUT_CA_CERT=""
MG_RE_CALLOUT_CERT=""
MG_RE_CALLOUT_KEY=""
MG_RE_CALLOUT_OPERATIONS=""
MG_RE_CALLOUT_OPERATIONS=create
MG_RE_URL=http://re:9008
## Email
@@ -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=http://billing:9022/auth
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=create
## Addon Services
@@ -700,14 +708,14 @@ MG_RE_DB_SSL_KEY=
MG_RE_DB_SSL_ROOT_CERT=
MG_RE_INSTANCE_ID=
MG_RE_EMAIL_TEMPLATE=re.tmpl
MG_RE_CALLOUT_URLS=""
MG_RE_CALLOUT_URLS=http://billing:9022/auth
MG_RE_CALLOUT_METHOD="POST"
MG_RE_CALLOUT_TLS_VERIFICATION="false"
MG_RE_CALLOUT_TIMEOUT="10s"
MG_RE_CALLOUT_CA_CERT=""
MG_RE_CALLOUT_CERT=""
MG_RE_CALLOUT_KEY=""
MG_RE_CALLOUT_OPERATIONS=""
MG_RE_CALLOUT_OPERATIONS=create
MG_RE_URL=http://re:9008
### Email (shared by RE and Reports)
@@ -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=http://billing:9022/auth
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=create
### Timescale Reader gRPC Client Config (Magistrala)
MG_TIMESCALE_READER_GRPC_URL=timescale-reader:7011