With all the examples in example-json, nothing addresses a Port #.
In nodeJS, some times the MSSQL connectors use a distinct "Port: nnnn" line, other times you can add to the end of the IP.
In my MS SQL connector, when I add my port, lets say 20000 after the IP, the IDE gets an error when trying to import schema.
Cannot connect to myip:20000:1433
It doesn't realize 20000 was the port, so tries to use the default port.
Yet I see no place to specify a Port # in the IDE, so this must be entered in config.json?
Confused
----
Con tutti gli esempi in esempio-json, nulla indirizza un numero di porta.
In nodeJS, alcune volte i connettori MSSQL usano una linea "Port: nnnn" distinta, altre volte è possibile aggiungere alla fine dell'IP.
Nel mio connettore MS SQL, quando aggiungo la mia porta, diciamo 20000 dopo l'IP, l'IDE riceve un errore quando provo a importare lo schema.
Impossibile connettersi a myip: 20000: 1433
Non si rende conto che 20000 era la porta, quindi tenta di utilizzare la porta predefinita.
Tuttavia non vedo alcun posto dove specificare un numero di porta nell'IDE, quindi questo deve essere inserito in config.json?
Confuso