-
Notifications
You must be signed in to change notification settings - Fork 657
Expand file tree
/
Copy pathexample.env
More file actions
28 lines (18 loc) · 911 Bytes
/
example.env
File metadata and controls
28 lines (18 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# The region into which your project will be deployed.
# AWS_REGION={REGION}
# Used in Cypress tests. Ask a team member for an API key if needed.
# CYPRESS_MAILOSAUR_API_KEY=
# WCP-related environment variables, mainly for testing purposes.
# Overrides the default `https://api.webiny.com` API URL.
# WCP_API_URL=...
# Overrides the default `https://app.webiny.com` app URL.
# WCP_APP_URL=...
# Besides having it in `webiny.project.ts`, you can also set the project ID via this variable.
# WEBINY_PROJECT_ID=...
# You can paste a CI/CD environment API key via this variable.
# WEBINY_PROJECT_API_KEY=...
# Thresholds for sending telemetry logs can be modified via these variables.
# Send logs to WCP once there are two logs to be sent.
# WCP_TELEMETRY_CLIENT_SEND_LOGS_MAX_COUNT=2
# Send logs to WCP once the last recorded log is more than 10 seconds old.
# WCP_TELEMETRY_CLIENT_SEND_LOGS_MAX_TIME=10