mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
Add sample configuration file
This commit is contained in:
parent
0b87836eb2
commit
60c6739231
1 changed files with 24 additions and 0 deletions
24
turntable.sample.json
Normal file
24
turntable.sample.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue