mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
19 lines
363 B
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
|
|
}
|
|
}
|
|
}
|