Merge and track latest features on stable #6

Merged
Ark74 merged 71 commits from unstable into master 2020-08-08 06:41:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c766cb2b54 - Show all commits

View File

@ -102,7 +102,7 @@ curl -X PUT -H "Content-Type: application/json" -d '{
}' http://admin:admin@localhost:3000/api/user/password }' http://admin:admin@localhost:3000/api/user/password
# Create InfluxDB datasource # Create InfluxDB datasource
curl 'http://admin:$GRAFANA_PASS@localhost:3000/api/datasources' -X \ curl "http://admin:$GRAFANA_PASS@localhost:3000/api/datasources" -X \
POST -H 'Content-Type: application/json;charset=UTF-8' \ POST -H 'Content-Type: application/json;charset=UTF-8' \
--data-binary \ --data-binary \
'{"name":"InfluxDB","type":"influxdb","url":"http://localhost:8086","access":"proxy","isDefault":true,"database":"jitsi"}' '{"name":"InfluxDB","type":"influxdb","url":"http://localhost:8086","access":"proxy","isDefault":true,"database":"jitsi"}'