diff --git a/config/index.js b/config/index.js index 63c1997f..45382948 100644 --- a/config/index.js +++ b/config/index.js @@ -26,7 +26,7 @@ nconf 'default_slplayer_quality', ]), }) - .file({ file: 'config.json' }); + .file({ file: 'settings.json' }); nconf.defaults(defaults); diff --git a/settings.json b/settings.json new file mode 100644 index 00000000..6f985c0e --- /dev/null +++ b/settings.json @@ -0,0 +1,10 @@ +{ + "servers": [ + { + "name": "Custom Server 1", + "location": "Custom Location", + "url": "http://vps.conicaw.me:9999", + "image": "https://mycustomserver.com/logo.png" + } + ] +} \ No newline at end of file