From 74d2c467c967b19a512a6ef1f07c82edca91638c Mon Sep 17 00:00:00 2001 From: bmendiratta-nr Date: Tue, 25 Feb 2025 18:04:18 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 132e11b..536cd1d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Will result in something like the following: To initialize the agent you need an [ACCOUNT ID](https://docs.newrelic.com/docs/accounts/accounts-billing/account-structure/account-id/) and a [LICENSE KEY](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#license-key). +To configure the agent to use the staging endpoint, you need to modify the `main.brs` file. Specifically, you should replace config value from `US` to `staging`. + ### Installation @@ -973,4 +975,4 @@ Issues and enhancement requests can be submitted in the [Issues tab of this repo Contributions are encouraged! If you submit an enhancement request, we'll invite you to contribute the change yourself. Please review our [Contributors Guide](CONTRIBUTING.md). -Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at opensource+videoagent@newrelic.com. \ No newline at end of file +Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at opensource+videoagent@newrelic.com. From 738d9e1c4fb84fb9d156ef8a8e49e7335662756b Mon Sep 17 00:00:00 2001 From: bmendiratta-nr Date: Tue, 25 Feb 2025 18:08:01 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 536cd1d..7f50f6c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Will result in something like the following: To initialize the agent you need an [ACCOUNT ID](https://docs.newrelic.com/docs/accounts/accounts-billing/account-structure/account-id/) and a [LICENSE KEY](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#license-key). -To configure the agent to use the staging endpoint, you need to modify the `main.brs` file. Specifically, you should replace config value from `US` to `staging`. +To configure the agent to use different endpoints based on the environment, you need to modify the `main.brs` file. The default configuration value is `US`, and it can be changed to `EU` or `staging` depending on the environment you want to use.