Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(server): set useDomains to true
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored and vladikoff committed Apr 13, 2017
1 parent 9f90711 commit bf96223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function create(log, error, config, routes, db, translator) {
load: {
sampleInterval: 1000
},
useDomains: false
useDomains: true
}

var connectionOptions = {
Expand Down

0 comments on commit bf96223

Please sign in to comment.