-
-
Notifications
You must be signed in to change notification settings - Fork 24
Self Hosted Options
Cillié Malan edited this page Sep 8, 2015
·
2 revisions
The Exceptionless client can also be configured to send data to your self hosted instance. This is configured by setting the serverUrl
setting to point to your Exceptionless instance.
You can set the serverUrl
on the default ExceptionlessClient instance.
exceptionless.ExceptionlessClient.default.config.serverUrl = 'http://localhost:50000';
You can set the serverUrl
on the default ExceptionlessClient instance.
var client = require('exceptionless.node').ExceptionlessClient.default;
client.config.serverUrl = 'http://localhost:50000';
Looking for General Exceptionless Documentation, UI Documentation, or Documentation for another Client?
Visit the Primary Exceptionless Documentation Page and go from there.