Add sample configuration file

This commit is contained in:
Correl Roush 2020-08-31 00:22:18 -04:00
parent 0b87836eb2
commit 60c6739231

24
turntable.sample.json Normal file
View file

@ -0,0 +1,24 @@
{
"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"
}
}