From 3ec8e14833b55d6bff4cf5702f90e1bb9a1b1e40 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 8 May 2022 21:19:04 +0200 Subject: Add new port --- bin/tomato_sauce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/tomato_sauce.js b/bin/tomato_sauce.js index b8675da..524c361 100755 --- a/bin/tomato_sauce.js +++ b/bin/tomato_sauce.js @@ -11,7 +11,7 @@ const TomatoSauce = require('..'); const Util = require('../lib/util'); const config = { - port: Getenv.int('TOMATO_SAUCE_PORT', 9999), + port: Getenv.int('TOMATO_SAUCE_PORT', 7777), frequency: Getenv.int('TOMATO_SAUCE_FREQUENCY', 333), modulation: Getenv.int('TOMATO_SAUCE_MODULATION_SPEED', 5) }; -- cgit