1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00
This commit is contained in:
Jonathan Harris 2017-06-30 19:13:07 +01:00
parent 96327b09fc
commit f87680d609

View File

@ -31,7 +31,7 @@ replayfile = None # For delayed messages
class EDDN:
### SERVER = 'http://localhost:8081/' # testing
SERVER = 'http://eddn-gateway.elite-markets.net:8080/'
SERVER = 'http://eddn-gateway.elite-markets.net:8080'
UPLOAD = '%s/upload/' % SERVER
HEALTH = '%s/health_check/' % SERVER
REPLAYPERIOD = 400 # Roughly two messages per second, accounting for send delays [ms]