mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
29 lines
527 B
JSON
29 lines
527 B
JSON
{
|
|
"port":3031,
|
|
"users":{
|
|
"paul":{
|
|
"password":"glassjar98",
|
|
"email":"paul@wall.com",
|
|
"musicDir":"/path/to/music",
|
|
},
|
|
"paul2":{
|
|
"password":"glassjar98",
|
|
"email":"paul@wall2.com",
|
|
"musicDir":"/path/to/music2",
|
|
},
|
|
"paul2-guest":{
|
|
"password":"glassjar98",
|
|
"guestTo":"paul2",
|
|
}
|
|
},
|
|
"userinterface":"public",
|
|
"database_plugin":{
|
|
"type":"sqlite",
|
|
"dbPath":"/path/to/db",
|
|
},
|
|
"tunnel":{
|
|
"refreshInterval":10000,
|
|
"protocol":"upnp"
|
|
}
|
|
}
|