Skip to content

Commit

Permalink
improv: edit default websocket endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eywek committed Apr 27, 2018
1 parent ddf44f3 commit e64f49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
},
websocket: {
enabled: useIfDefined(process.env.AGENT_TRANSPORT_WEBSOCKET, false),
endpoints: process.env.AGENT_WEBSOCKET_ENDPOINT || 'websocket'
endpoints: process.env.AGENT_WEBSOCKET_ENDPOINT || 'ws'
}
}
}

0 comments on commit e64f49f

Please sign in to comment.