You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
console rework / af list update / font update / tuning buttons
This commit is contained in:
@@ -5,6 +5,8 @@ const xdrdServerHost = '192.168.1.15'; // xdrd server iP
|
||||
const xdrdServerPort = 7373; // xdrd server port
|
||||
const xdrdPassword = ''; // xdrd password (optional)
|
||||
|
||||
const verboseMode = false; // if true, console will display extra messages
|
||||
|
||||
module.exports = {
|
||||
webServerHost, webServerPort, xdrdServerHost, xdrdServerPort, xdrdPassword
|
||||
webServerHost, webServerPort, xdrdServerHost, xdrdServerPort, xdrdPassword, verboseMode
|
||||
};
|
||||
Reference in New Issue
Block a user