You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
4
docs/en/examples/RCON/CreateConnection.txt
vendored
4
docs/en/examples/RCON/CreateConnection.txt
vendored
@@ -1,5 +1,5 @@
|
||||
URL = "127.0.0.1:25565";
|
||||
Password = "12We...";
|
||||
URL = FunctionParameters["RCON_URL"];
|
||||
Password = FunctionParameters["RCON_Password"];
|
||||
WriteTimeout = 20;
|
||||
ReadTimeout = 20;
|
||||
|
||||
|
||||
4
docs/en/examples/RCON/ExecuteCommand.txt
vendored
4
docs/en/examples/RCON/ExecuteCommand.txt
vendored
@@ -1,5 +1,5 @@
|
||||
URL = "127.0.0.1:25565";
|
||||
Password = "12We...";
|
||||
URL = FunctionParameters["RCON_URL"];
|
||||
Password = FunctionParameters["RCON_Password"];
|
||||
WriteTimeout = 20;
|
||||
ReadTimeout = 20;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
URL = "127.0.0.1:25565";
|
||||
Password = "12We...";
|
||||
URL = FunctionParameters["RCON_URL"];
|
||||
Password = FunctionParameters["RCON_Password"];
|
||||
WriteTimeout = 20;
|
||||
ReadTimeout = 20;
|
||||
|
||||
|
||||
4
docs/en/examples/RCON/IsConnector.txt
vendored
4
docs/en/examples/RCON/IsConnector.txt
vendored
@@ -1,5 +1,5 @@
|
||||
URL = "127.0.0.1:25565";
|
||||
Password = "12We...";
|
||||
URL = FunctionParameters["RCON_URL"];
|
||||
Password = FunctionParameters["RCON_Password"];
|
||||
WriteTimeout = 20;
|
||||
ReadTimeout = 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user