1
0
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:
NoobishSVK
2024-01-22 21:57:20 +01:00
parent e8a3cb4903
commit 8d18c238b5
7 changed files with 70 additions and 57 deletions

View File

@@ -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 = {