All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sop.testsuite.external.config.json.example Maven / Gradle / Ivy

{
    "backends": [
        {
            "name": "Example-SOP",
            "sop": "/usr/bin/example-sop"
        },
        {
            "name": "Awesome-SOP",
            "sop": "/usr/local/bin/awesome-sop",
            "env": [
                {
                    "key": "myEnvironmentVariable", "value": "FooBar"
                }
            ]
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy