You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
further code cleanup
This commit is contained in:
@@ -4,12 +4,12 @@ const webServerName = "Noobish's Server" // web server name (will be displayed i
|
||||
|
||||
const xdrdServerHost = '192.168.1.15'; // xdrd server IP (if it's running on the same machine, use 127.0.0.1)
|
||||
const xdrdServerPort = 7373; // xdrd server port
|
||||
const xdrdPassword = 'changeme'; // xdrd password (optional)
|
||||
const xdrdPassword = 'password'; // xdrd password (optional)
|
||||
|
||||
const qthLatitude = ''; // your latitude, useful for maps.fmdx.pl integration
|
||||
const qthLongitude = ''; // your longitude, useful for maps.fmdx.pl integration
|
||||
|
||||
const verboseMode = true; // if true, console will display extra messages
|
||||
const verboseMode = false; // if true, console will display extra messages
|
||||
|
||||
// DO NOT MODIFY ANYTHING BELOW THIS LINE
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user