mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
27 lines
830 B
JSON
27 lines
830 B
JSON
{
|
|
"backend": {
|
|
"address": "localhost",
|
|
"port": 3001
|
|
},
|
|
"authentication": {
|
|
"gameMasterPassword": "4b8823ed9e5c2392ab4a791913bb8ce41956ea32e308b760eefb97536746dd33",
|
|
"blueCommanderPassword": "b0ea4230c1558c5313165eda1bdb7fced008ca7f2ca6b823fb4d26292f309098",
|
|
"redCommanderPassword": "302bcbaf2a3fdcf175b689bf102d6cdf9328f68a13d4096101bba806482bfed9"
|
|
},
|
|
"frontend": {
|
|
"port": 3000,
|
|
"elevationProvider": {
|
|
"provider": "https://srtm.fasma.org/{lat}{lng}.SRTMGL3S.hgt.zip",
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"additionalMaps": {
|
|
"DCS": {
|
|
"urlTemplate": "http://localhost:3000/resources/maps/dcs/{z}/{x}/{y}.png",
|
|
"minZoom": 8,
|
|
"maxZoom": 20,
|
|
"attribution": "Eagle Dynamics"
|
|
}
|
|
}
|
|
}
|
|
} |