Backends Configuration

From Onepoint Systems Integration
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
         }
       }
     }
   }
 }