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

Commit

Permalink
Update host in config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy Pessé committed Oct 10, 2013
1 parent 922a6b3 commit fc99488
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 @@ -5,7 +5,7 @@ module.exports = {
/* Server configuration */
"web": {
/* (string) Hostname for the application */
"host": process.env.HOST || "reportr.io",
"host": process.env.HOST || "www.reportr.io",

/* (boolean) Secure https mode */
"secure": false,
Expand Down

0 comments on commit fc99488

Please sign in to comment.