Changed to settings filename to avoid conflict
This commit is contained in:
parent
de4941b799
commit
f64b8bb27a
|
@ -26,7 +26,7 @@ nconf
|
||||||
'default_slplayer_quality',
|
'default_slplayer_quality',
|
||||||
]),
|
]),
|
||||||
})
|
})
|
||||||
.file({ file: 'config.json' });
|
.file({ file: 'settings.json' });
|
||||||
|
|
||||||
nconf.defaults(defaults);
|
nconf.defaults(defaults);
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"name": "Custom Server 1",
|
||||||
|
"location": "Custom Location",
|
||||||
|
"url": "http://vps.conicaw.me:9999",
|
||||||
|
"image": "https://mycustomserver.com/logo.png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue