airshipui/pkg/configs/testdata/airshipui.json
Fuller, Matthew (mf4192) 93fc1b1ac8 Remove unnecessary code
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
2020-08-13 09:15:03 -07:00

13 lines
247 B
JSON

{
"authMethod": {
"url": "http://fake.auth.method.com/auth"
},
"dashboards": [
{
"name": "dummy_dashboard",
"baseURL": "http://dummyhost",
"path": "fake/login/path"
}
]
}