chronograf/ui/githubActions-config.json

13 lines
341 B
JSON
Raw Normal View History

{
"$schema": "https://on.cypress.io/cypress.schema.json",
2022-05-10 08:03:47 +00:00
"baseUrl": "http://localhost:8888",
"video": true,
"env": {
"ALLOW_SCREENSHOT": true,
"influxDBURL": "https://localhost:8086",
"username": "admin",
"password": "admin",
"connectionName": "E1M1",
"insecureSkipVerify": true
}
}