Allow a test message with the same validation as a 'real' commodity

message.
This commit is contained in:
James Muscat 2014-12-18 13:03:11 +00:00
parent d4e51775d3
commit 3e3a13caaa

View File

@ -22,10 +22,11 @@ RELAY_DECOMPRESS_MESSAGES = False
GATEWAY_SENDER_BINDINGS = ["tcp://*:8500"]
GATEWAY_IP_KEY_SALT = None
GATEWAY_IP_KEY_SALT = "AASDFG"
GATEWAY_JSON_SCHEMAS = {
"http://schemas.elite-markets.net/eddn/commodity/1": "../schemas/commodity-v0.1.json"
"http://schemas.elite-markets.net/eddn/commodity/1": "../schemas/commodity-v0.1.json",
"http://schemas.elite-markets.net/eddn/commodity/1/test": "../schemas/commodity-v0.1.json"
}
###############################################################################