DCSOlympus/olympus.json
2023-11-08 09:59:21 +01:00

20 lines
379 B
JSON

{
"server": {
"address": "localhost",
"port": 30000
},
"authentication": {
"gameMasterPassword": "password",
"blueCommanderPassword": "bluepassword",
"redCommanderPassword": "redpassword"
},
"client": {
"port": 3000,
"elevationProvider": {
"provider": "https://srtm.fasma.org/{lat}{lng}.SRTMGL3S.hgt.zip",
"username": null,
"password": null
}
}
}