DCSOlympus/olympus.json

19 lines
363 B
JSON

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