![akhiljain23](/assets/img/avatar_default.png)
>> Changed project name from plasma to valence in docs. >> Fixed docstring indentation. >> Added features docs. >> Added driver docs. >> Hidden licence headers from html files. Depends-On: Ia02bc00ad168b3c3d01ef6ca9696d43996091070 Change-Id: I1fa382d566165f5e76c84ad864024c0f546ef74c
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"url": "http://0.0.0.0:00000/server",
|
|
"name": "podm1",
|
|
"driver": "driver_name",
|
|
"authentication": [{
|
|
"type": "basic",
|
|
"auth_items": {
|
|
"username": "admin",
|
|
"password": "password"
|
|
}
|
|
}]
|
|
}
|