mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|