Skip to content

More than three servers in jason file #10

@cabarzua

Description

@cabarzua

Sorry for my English.

As I can add more than 3 servers in the json file. I only accept 3. My file is:

{
     "LNXxxxx": {
         "connection_string": "user@192.177.xxx.xxx"
         "password": "xxxxxxxx"
         "idle_recursive": false,
         "default_path": "/ my / path"
     }
     "LNXxxxx": {
         "connection_string": "user@192.177.xxx.xxx"
         "password": "xxxxxxxx"
         "idle_recursive": false,
         "default_path": "my / path"
     }
     "LNXxxxxx": {
         "connection_string": "user@192.177.xxx.xxx"
         "password": "xxxxxx"
         "idle_recursive": false,
         "default_path": "my / path"
     }
     "LNXxxxxx": {
         "connection_string": "user@192.177.xxx.xxx"
         "password": "xxxxxxxxxx"
         "idle_recursive": false,
         "default_path": "my / path"
     }
}

This file not work, but it valid.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions