mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
19 lines
630 B
JSON
19 lines
630 B
JSON
{
|
|
"server": {
|
|
"address": "localhost",
|
|
"port": 3001
|
|
},
|
|
"authentication": {
|
|
"gameMasterPassword": "688787d8ff144c502c7f5cffaafe2cc588d86079f9de88304c26b0cb99ce91c6",
|
|
"blueCommanderPassword": "688787d8ff144c502c7f5cffaafe2cc588d86079f9de88304c26b0cb99ce91c6",
|
|
"redCommanderPassword": "688787d8ff144c502c7f5cffaafe2cc588d86079f9de88304c26b0cb99ce91c6"
|
|
},
|
|
"client": {
|
|
"port": 3000,
|
|
"elevationProvider": {
|
|
"provider": "https://srtm.fasma.org/{lat}{lng}.SRTMGL3S.hgt.zip",
|
|
"username": null,
|
|
"password": null
|
|
}
|
|
}
|
|
} |