app_cfg in sql_cry aufgenommen
This commit is contained in:
parent
fe8254d708
commit
51f4c87863
@ -29,7 +29,7 @@ app.use(bodyParser.urlencoded({
|
|||||||
// Scripte einbinden
|
// Scripte einbinden
|
||||||
var app_cfg = require('./server/app_cfg.js');
|
var app_cfg = require('./server/app_cfg.js');
|
||||||
var sql_cfg = require('./server/sql_cfg')(fs, bcrypt, app_cfg);
|
var sql_cfg = require('./server/sql_cfg')(fs, bcrypt, app_cfg);
|
||||||
var sql = require('./server/sql_qry')(sql_cfg, async)
|
var sql = require('./server/sql_qry')(sql_cfg, async, app_cfg)
|
||||||
var waip_io = require('./server/waip_io')(io, sql, async, app_cfg);
|
var waip_io = require('./server/waip_io')(io, sql, async, app_cfg);
|
||||||
var udp = require('./server/udp')(app_cfg, waip_io, sql);
|
var udp = require('./server/udp')(app_cfg, waip_io, sql);
|
||||||
var auth = require('./server/auth')(app, app_cfg, sql_cfg, async, bcrypt, passport, io);
|
var auth = require('./server/auth')(app, app_cfg, sql_cfg, async, bcrypt, passport, io);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user