Starting more than one ORDS instance
If I want to start more than one ORDS instance from the same computer, how it is done?
For inatance I know that command
ords --config \path_to_config install (Will install ORDS on a specified DB)
ords --config \path_to_config start (Will start ORDS on a specified port)
Now If I want to have 2 ORDS instances on the same computer running on different ports connected on different databases (prod/test), how can I do it?