diff options
Diffstat (limited to 'config/domain-example.js')
-rw-r--r-- | config/domain-example.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/domain-example.js b/config/domain-example.js index 2f22fe7..3b77197 100644 --- a/config/domain-example.js +++ b/config/domain-example.js @@ -2,5 +2,6 @@ module.exports = { // Your domain goes here. If there is a port it should be 'domain:port', but otherwise just 'domain' 'domain' : 'localhost:3000' , 'port': '3000', - 'email': 'contact@example.com' + 'email': 'contact@example.com', + 'sitename': 'gathio' }; |