statping-ng/frontend/cypress.json

18 lines
392 B
JSON

{
"projectId": "wmw54a",
"env": {
"DB_HOST": "localhost",
"DB_USER": "root",
"DB_DATABASE": "root",
"DB_PORT": "5432",
"DB_PASS": "password123",
"GO_ENV": "production"
},
"baseUrl": "http://localhost:8080",
"chromeWebSecurity": false,
"defaultCommandTimeout": 30000,
"requestTimeout": 30000,
"watchForFileChanges": false,
"failOnStatusCode": false
}