aboutsummaryrefslogtreecommitdiff
path: root/config/config.js
blob: 6e56a6acf06fce0b4346c0c7dabdaf6733c75e72 (plain)
1
2
3
4
5
6
7
'use strict';

const Getenv = require('getenv2');

exports.deviceLocation = Getenv('SORTING_HAT_DEVICE_LOCATION', '/dev/tty.MindWaveMobile-SerialPo');
exports.mappingStrategy = Getenv('SORTING_HAT_MAPPING_STRATEGY', 'tmnt');
exports.port = Getenv('SORTING_HAT_PORT', 1987, 'int');