Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 90ff3ec

Browse files
committed
remove hard-coded telemetry endpoint
1 parent 4277f6a commit 90ff3ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api_server/bin/api_server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const MongoCollections = Object.keys(DataCollections).concat([
6767

6868
// changes to Config will be available globally via the /config/writeable.js module
6969
const Config = await ApiConfig.loadPreferredConfig({ wait: true });
70-
Config.telemetry.segment.telemetryEndpoint = 'https://taxonomy-enforcer.service.newrelic.com'; // for now
7170

7271
// establish our logger
7372
const Logger = new SimpleFileLogger(Config.apiServer.logger);

0 commit comments

Comments
 (0)