Hi,
I would like to test the Market Price Authentication example but I don't know how to configure below global default variables? Can I by examlpe use DACS as authentication server, or else?
# Global Default Variables
app_id = '555'
auth_hostname = '127.0.0.1'
auth_port = '8443'
hostname = '127.0.0.1'
password = ''
position = socket.gethostbyname(socket.gethostname())
token = ''
user = ''
port = '15000'
Johan