Files
cypress/packages/server/config/app.yml
T
2017-05-09 13:51:45 -04:00

19 lines
477 B
YAML

default:
cdn_url: "https://cdn.cypress.io"
desktop_url: "https://download.cypress.io/desktop"
desktop_manifest_url: https://download.cypress.io/desktop.json
chromium_url: https://download.cypress.io/chromium
chromium_manifest_url: https://download.cypress.io/chromium.json
development: &development
api_url: "http://localhost:1234/"
test:
<<: *development
staging:
api_url: "https://api-staging.cypress.io/"
production:
api_url: "https://api.cypress.io/"