diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-08 21:19:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-08 21:19:04 +0200 |
| commit | 3ec8e14833b55d6bff4cf5702f90e1bb9a1b1e40 (patch) | |
| tree | 6992e15abd2bd0d0af8a665aecdf1f64629065d0 /bin | |
| parent | a0666be3ab58ed83ad6d622cfe2b8293c40dffbb (diff) | |
Add new portrbdr-update
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/tomato_sauce.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) }; |