Initial commit
This commit is contained in:
18
QUIK/lua/config.json
Normal file
18
QUIK/lua/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"servers": [
|
||||
{
|
||||
"scriptName": "QuikSharp",
|
||||
"responseHostname": "*",
|
||||
"responsePort": 34130,
|
||||
"callbackHostname": "*",
|
||||
"callbackPort": 34131
|
||||
},
|
||||
{
|
||||
"scriptName": "Quik_2",
|
||||
"responseHostname": "*",
|
||||
"responsePort": 34132,
|
||||
"callbackHostname": "*",
|
||||
"callbackPort": 34133
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user