pi-rfid-jukebox/config.json.sample

9 lines
187 B
Plaintext
Raw Normal View History

2017-04-08 16:05:39 +00:00
{
"port": "80",
"tag_reader": ["./lib/bin/python", "./bin/tag-reader"],
2017-04-08 16:46:31 +00:00
"mpg321": ["/usr/bin/mpg321", "-R", "-"],
"stop_id": "abcdef1234",
"pause_id": "567890abcd"
2017-04-08 16:05:39 +00:00
}