DCSOlympus/olympus.json
Pax1601 91f8996fba Implemented basic authentication
Also fixed Tankers and AWACS which now operate as expected
2023-05-10 08:59:02 +02:00

10 lines
112 B
JSON

{
"server": {
"address": "localhost",
"port": 30000
},
"authentication": {
"password": "password"
}
}