mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-07 19:03:10 +03:00
Allow a test message with the same validation as a 'real' commodity
message.
This commit is contained in:
parent
d4e51775d3
commit
3e3a13caaa
@ -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"
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user