removed auth.json

This commit is contained in:
coderaiser 2012-11-01 09:32:23 -04:00
parent daea85ecc8
commit fce27eb0b3
4 changed files with 24 additions and 12 deletions

View file

@ -3,11 +3,11 @@
var https = require('https'),
qs = require('querystring'),
DIR = process.cwd(),
SRVDIR = DIR + '/lib/server/',
DIR = process.cwd() + '/',
SRVDIR = DIR + 'lib/server/',
srvfunc = require(SRVDIR + 'srvfunc'),
Config = srvfunc.require(DIR + '/auth'),
Config = srvfunc.require(DIR + 'config'),
GithubAuth = {
host: "github.com",