mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-10-30 01:49:03 +01:00
14 lines
172 B
JavaScript
14 lines
172 B
JavaScript
|
const settings = {
|
||
|
notifications: true,
|
||
|
api: true,
|
||
|
apiSettings: {
|
||
|
port: 47836,
|
||
|
},
|
||
|
};
|
||
|
|
||
|
const settingsModule = {
|
||
|
settings,
|
||
|
};
|
||
|
|
||
|
module.exports = settingsModule;
|