Skip to content

Commit

Permalink
set newrelic false
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Jul 12, 2024
1 parent 7df74a3 commit 9e985db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ app_config = {
"JWT_SECRET": jwt_secret,
"BASE_URL": HOST,
"NEW_RELIC_APP_NAME":"BIGCAPITALHQ",
"NEW_RELIC_DISTRIBUTED_TRACING_ENABLED": "true",
"NEW_RELIC_DISTRIBUTED_TRACING_ENABLED": "false",
"NEW_RELIC_LOG": "stdout",
"NEW_RELIC_AI_MONITORING_ENABLED": "true",
"NEW_RELIC_AI_MONITORING_ENABLED": "false",
"NEW_RELIC_CUSTOM_INSIGHTS_EVENTS_MAX_SAMPLES_STORED": "1000",
"NEW_RELIC_SPAN_EVENTS_MAX_SAMPLES_STORED": "1000",
"NEW_RELIC_LICENSE_KEY": "eu01xx46da8235ee4994f0e02bd6ab4aFFFFNRAL",
"NEW_RELIC_LICENSE_KEY": "eu01xx46da52358e4964f2e02bd6ab4aFFFFNRAL",
"GOTENBERG_URL": "http//gotenberg-app:3000",
"GOTENBERG_DOCS_URL": "http//server:3000/public/",
**database_config,
Expand Down

0 comments on commit 9e985db

Please sign in to comment.