From 15e70378073d566a0f5ff9fbbcf07dde55a93ca0 Mon Sep 17 00:00:00 2001 From: joates Date: Mon, 12 Jan 2015 20:53:28 +0000 Subject: [PATCH] config is not used --- config-sample.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config-sample.js diff --git a/config-sample.js b/config-sample.js deleted file mode 100644 index f78ed8f..0000000 --- a/config-sample.js +++ /dev/null @@ -1,17 +0,0 @@ -var join = require('path').join - , name = 'squatconf' - , cwd = process.cwd() - -module.exports = require('rc')(name, { - db_opts: { valueEncoding: 'json' } - , db_path: join(cwd, 'db', name) - , port: 8000 - , host: 'http://test.squatconf.eu' - , mailjetKey: 'key-...' - , email: { - from : 'no-reply@squatconf.eu' - , subject : 'Hello, everyone is welcome at SquatConf..' - , bodyText : 'Please verify that you wish to signup by following this link\n%link%\nYou can ignore this message if you DID NOT request to signup at our website\nhttp://squatconf.eu\n\nThe next event is in Paris, we hope to see you there !!\n\nKind regards from the team,\nSquatConf Paris 2014' - } -}) -