]>
git.r.bdr.sh - rbdr/sorting-hat/blob - config/config.js
6e56a6acf06fce0b4346c0c7dabdaf6733c75e72
3 const Getenv
= require('getenv2');
5 exports
.deviceLocation
= Getenv('SORTING_HAT_DEVICE_LOCATION', '/dev/tty.MindWaveMobile-SerialPo');
6 exports
.mappingStrategy
= Getenv('SORTING_HAT_MAPPING_STRATEGY', 'tmnt');
7 exports
.port
= Getenv('SORTING_HAT_PORT', 1987, 'int');