Fix SSH port to 2222; add HTTP validation server as alternative
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
{
|
||||
"parameters": {
|
||||
"authentication": "password",
|
||||
"host": "localhost",
|
||||
"port": 22,
|
||||
"host": "127.0.0.1",
|
||||
"port": 2222,
|
||||
"username": "garfield",
|
||||
"password": "=onelove01",
|
||||
"command": "/home/garfield/mql-trading-bots/scripts/validate-settings.sh"
|
||||
|
||||
Reference in New Issue
Block a user