Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(config): use ssl by default (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrib authored and galbash committed Dec 11, 2018
1 parent 84cd161 commit d4a65c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
token: '',
appName: 'Application',
metadataOnly: true,
useSSL: false,
useSSL: true,
traceCollectorURL: consts.TRACE_COLLECTOR_URL,
isEpsagonDisabled: process.env.DISABLE_EPSAGON === 'TRUE',
/**
Expand Down

0 comments on commit d4a65c7

Please sign in to comment.