Commit 6dacbee5605ed0586cd900c33c0603786c3f8224

Authored by Adhidarma Hadiwinoto
1 parent 28c46ce1c2
Exists in master

webhook port

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -40,7 +40,7 @@ var chat_ids = {};
40 40 var bot;
41 41 var options = {
42 42 webHook: {
43   - port: 443,
  43 + port: config.globals.webhook_port,
44 44 key: __dirname+'/key.pem',
45 45 cert: __dirname+'/crt.pem'
46 46 }