forked from webiny/webiny-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env
36 lines (24 loc) · 1.24 KB
/
example.env
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
26
27
28
29
30
31
32
33
# The region into which your project will be deployed.
AWS_REGION={REGION}
# Set secrets provider.
# See https://www.pulumi.com/docs/intro/concepts/secrets/#changing-the-secrets-provider-for-a-stack.
PULUMI_SECRETS_PROVIDER={PULUMI_SECRETS_PROVIDER}
# Used with "passphrase" secrets provider.
# See https://www.pulumi.com/docs/reference/cli/environment-variables/.
PULUMI_CONFIG_PASSPHRASE={PULUMI_CONFIG_PASSPHRASE}
# 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`, we can also set the WCP project ID via this variable.
# WCP_PROJECT_ID=...
# You can paste a WCP CI/CD environment API key via this variable.
# WCP_PROJECT_ENVIRONMENT_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