From 7f49d4ebf7f1591820efb659313b8382cfd8e3ea Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Thu, 7 Jan 2016 01:40:35 +0100 Subject: [PATCH] Added more logical defaults to configuration.js --- configuration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.js b/configuration.js index a842e5f..b41abdc 100644 --- a/configuration.js +++ b/configuration.js @@ -17,11 +17,11 @@ module.exports = function () { //Template for settings.json if not available. var settings = { 'env' : 'dev', - 'database' : 'example.com/database', + 'database' : 'localhost/roosterio', "localDatabase" : true, "webHost" : '0.0.0.0', 'webPort' : 1024, - 'torHost' : 'example.com', + 'torHost' : 'localhost', 'torPort' : 9050, 'amountOfHours' : 7, 'encryptionKey': 'JMU6DAQpzt32hJ2WndJxFvk3WHWqFcscq9yMMYkr8kgTtsam',