turntable/turntable.sample.json

26 lines
554 B
JSON
Raw Normal View History

2020-08-31 04:22:18 +00:00
{
2020-09-02 03:16:09 +00:00
"debug": false,
2020-08-31 04:22:18 +00:00
"audio": {
"device": "hw:1,0",
"framerate": 48000,
"channels": 2,
"period_size": 4096
},
"dejavu": {
"database": {
"host": "localhost",
"user": "dejavu",
"password": "dejavu",
"database": "dejavu"
},
"database_type": "postgres"
},
"icecast": {
"host": "localhost",
"port": 8000,
"mountpoint": "turntable.mp3",
"admin_user": "admin",
"admin_password": "hackme"
}
}