Backends Configuration

From Onepoint Systems Integration
Revision as of 10:57, 11 July 2019 by Pedro Ferreira (talk | contribs) (Created page with "<code> { "address": "SCB-ADDRESS", "ui": "onepoint-shell", "gateway": { "protocols": [ "rdp", "ssh" ], "connections": { "ssh": { "_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{

 "address": "SCB-ADDRESS",
 "ui": "onepoint-shell",
 "gateway": {
   "protocols": [
     "rdp",
     "ssh"
   ],
   "connections": {
     "ssh": {
       "__default": {
         "port": 22
       },
       "direct": {
         "port": 222
       },
       "vault-onepoint": {
         "port": 1122
       },
       "vault-erpm": {
         "port": 1222
       }
     },
     "rdp": {
       "__default": {
         "port": 443
       },
       "direct": {
         "port": 4430
       },
       "vault-onepoint": {
         "port": 4431
       },
       "vault-erpm": {
         "port": 4432
       }
     }
   }
 }

}