Commit 89c79031c9c026835f3a6737db77cfa2698ee1cd

Authored by Adhidarma Hadiwinoto
1 parent 94ef6ed1af
Exists in master

pake node-sate24

Showing 2 changed files with 4 additions and 3 deletions Side-by-side Diff

... ... @@ -3,10 +3,10 @@ var config = iniparser.parseSync('./config.ini');
3 3  
4 4 var aaaHost = config.globals.aaa_host;
5 5  
6   -HttpServer = require('./httpserver.js');
  6 +HttpServer = require('sate24/httpserver.js');
7 7 var httpServer = HttpServer.start(config);
8 8  
9   -var aaa = require('./aaa.js');
  9 +var aaa = require('sate24/aaa.js');
10 10 var partner = require('./partner-scrappingkisel.js');
11 11  
12 12 partner.start(config, aaa.callbackReport);
... ... @@ -30,6 +30,7 @@
30 30 "xml2js": "~0.4.9",
31 31 "redis": "~0.12.1",
32 32 "hiredis": "~0.4.0",
33   - "node-simple-router": "~0.9.4-2"
  33 + "node-simple-router": "~0.9.4-2",
  34 + "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git"
34 35 }
35 36 }