
1. Removed alerts and associated tests from webservice pkg 2. Removed the plugin / executable functionality as it's no longer being used 3. Removed example octant plugin 4. Modified documentation to be consistent with above changes Change-Id: I3cb74547792c3cd60e472e4748d33f2ba529188f
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"authMethod": {
|
|
"url": "http://fake.auth.method.com/auth"
|
|
},
|
|
"dashboards": [
|
|
{
|
|
"name": "dummy_dashboard",
|
|
"baseURL": "http://dummyhost",
|
|
"path": "fake/login/path"
|
|
}
|
|
]
|
|
}
|