Skip to content

Commit

Permalink
removed the eCommerce pdf generation filter (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica authored Aug 5, 2024
1 parent 98cbb46 commit eed6dd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ microservice-chart:
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx768m -XX:+UseG1GC"
ECOMMERCE_FILTER_ENABLED: "true"
ECOMMERCE_FILTER_ENABLED: "false"
ENABLE_CART: "true"
AUTHENTICATED_CHANNELS: "IO"
envFieldRef:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ microservice-chart:
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -Xmx768m -XX:+UseG1GC"
ECOMMERCE_FILTER_ENABLED: "true"
ECOMMERCE_FILTER_ENABLED: "false"
ENABLE_CART: "false"
AUTHENTICATED_CHANNELS: "IO"
UNWANTED_REMITTANCE_INFO: "pagamento multibeneficiario,pagamento bpay"
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ microservice-chart:
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -Xmx768m -XX:+UseG1GC"
ECOMMERCE_FILTER_ENABLED: "true"
ECOMMERCE_FILTER_ENABLED: "false"
ENABLE_CART: "true"
AUTHENTICATED_CHANNELS: "IO"
UNWANTED_REMITTANCE_INFO: "pagamento multibeneficiario,pagamento bpay"
Expand Down

0 comments on commit eed6dd1

Please sign in to comment.