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
flags
This commit is contained in:
@@ -3,10 +3,10 @@ const webServerPort = 8080; // web server port
|
||||
|
||||
const xdrdServerHost = '192.168.1.15'; // xdrd server iP
|
||||
const xdrdServerPort = 7373; // xdrd server port
|
||||
const xdrdPassword = 'changeme'; // xdrd password (optional)
|
||||
const xdrdPassword = 'changememe'; // xdrd password (optional)
|
||||
|
||||
const qthLatitude = '0.0'; // your latitude, useful for maps.fmdx.pl integration
|
||||
const qthLongitude = '0.0'; // your longitude, useful for maps.fmdx.pl integration
|
||||
const qthLatitude = '50.357935'; // your latitude, useful for maps.fmdx.pl integration
|
||||
const qthLongitude = '15.924395'; // your longitude, useful for maps.fmdx.pl integration
|
||||
|
||||
const verboseMode = false; // if true, console will display extra messages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user