1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

default IP edit

This commit is contained in:
NoobishSVK
2024-01-22 20:35:25 +01:00
parent 5e3a0a466c
commit e8a3cb4903

View File

@@ -1,13 +1,13 @@
const webServerHost = '192.168.1.14'; // IP of the web server
const webServerHost = '0.0.0.0'; // IP of the web server
const webServerPort = 8080; // web server port
const webServerName = "Noobish's Server" // web server name (will be displayed in title, bookmarks...)
const xdrdServerHost = '192.168.1.15'; // xdrd server iP
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 = 'changememe'; // xdrd password (optional)
const xdrdPassword = 'changeme'; // xdrd password (optional)
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 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