Skip to content

Commit

Permalink
Forgot to push MainConfig changes for TAK API ports
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroesLament committed Aug 6, 2023
1 parent b372c49 commit 00a2dee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FreeTAKServer/core/configuration/MainConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class MainConfig:
# this is the port to which clients will connect
"CoTServicePort": {"default": 8087, "type": int},
"SSLCoTServicePort": {"default": 8089, "type": int},
# This is the TAK API used by Data Packages ExCheck and Mission
"HTTPSTakAPIPort": {"default": 8443, "type": int},
"HTTPTakAPIPort": {"default": 8080, "type": int},
# this needs to be changed for private data packages to work
Expand Down Expand Up @@ -204,6 +205,8 @@ class MainConfig:
"FTS_MAINLOOP_DELAY": "MainLoopDelay",
"FTS_COT_PORT": "CoTServicePort",
"FTS_SSLCOT_PORT": "SSLCoTServicePort",
"FTS_HTTPS_TAK_API_PORT": "HTTPSTakAPIPort",
"FTS_HTTP_TAK_API_PORT": "HTTPTakAPIPort",
"FTS_DP_ADDRESS": "DataPackageServiceDefaultIP",
"FTS_USER_ADDRESS": "UserConnectionIP",
"FTS_API_PORT": "APIPort",
Expand Down Expand Up @@ -286,6 +289,8 @@ class MainConfig:
"FTS_API_PORT": "APIPort",
"FTS_FED_PORT": "FederationPort",
"FTS_API_ADDRESS": "APIIP",
"FTS_HTTPS_TAK_API_PORT": "HTTPSTakAPIPort",
"FTS_HTTP_TAK_API_PORT": "HTTPTakAPIPort",
"FTS_CLI_WHITELIST": "AllowCLIIPs",
# the number of routing workers to use
"NumRoutingWorkers": {"default": 3, "type": int},
Expand Down

0 comments on commit 00a2dee

Please sign in to comment.