mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
44 lines
974 B
JSON
44 lines
974 B
JSON
{
|
|
"port":3031,
|
|
"users":[
|
|
{
|
|
"username":"paul",
|
|
"password":"glassjar98",
|
|
"email":"paul@wall.com",
|
|
"musicDir":"/path/to/music",
|
|
"guest":true,
|
|
"guestUsername":"guest name",
|
|
"guestPassword":"abcd",
|
|
"privateDB":"BEETS",
|
|
"privateDBOptions":{
|
|
"importDB":"path/to/sqlite3.db",
|
|
"beetspath":"/path/to/beets/music/dir"
|
|
},
|
|
"bannedGuestFunctions":"todo. make this optional"
|
|
},
|
|
{
|
|
"username":"paul2",
|
|
"password":"glassjar98",
|
|
"email":"paul@wall2.com",
|
|
"musicDir":"/path/to/music2",
|
|
"guest":"false",
|
|
}
|
|
],
|
|
"userinterface":"public",
|
|
"database_plugin":{
|
|
"type":"sqlite",
|
|
"dbPath":"/path/to/db",
|
|
},
|
|
"database_plugin-MYSQL":{
|
|
"type":"mysql",
|
|
"username":"lol",
|
|
"password":"lol",
|
|
"db-name":"lolDB"
|
|
},
|
|
"database_plugin-LOKI":{
|
|
"comming":"soon",
|
|
},
|
|
"secret":"SECRET GOES HERE. OR A PATH TO THE SECRET",
|
|
"tunnel":true,
|
|
}
|