Added username, site and password for influxdb datasources
This commit is contained in:
@@ -47,6 +47,7 @@ type DataSource struct {
|
||||
Url string `json:"url"`
|
||||
Password string `json:"password"`
|
||||
User string `json:"user"`
|
||||
Database string `json:"database"`
|
||||
BasicAuth bool `json:"basicAuth"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user