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

Commit fc99488

Browse files
author
Samy Pessé
committed
Update host in config.json
1 parent 922a6b3 commit fc99488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
/* Server configuration */
66
"web": {
77
/* (string) Hostname for the application */
8-
"host": process.env.HOST || "reportr.io",
8+
"host": process.env.HOST || "www.reportr.io",
99

1010
/* (boolean) Secure https mode */
1111
"secure": false,

0 commit comments

Comments
 (0)