-
Notifications
You must be signed in to change notification settings - Fork 6
/
.env.example
38 lines (28 loc) · 1.15 KB
/
.env.example
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
34
35
36
37
38
# == Integration tests configuration ==
# Only needed if running `just integration` or `just devloop`
# For details see tests/integration.rs#get_vars()
# Obtain from https://cloud.walletconnect.com
export PROJECT_ID=""
# == LOCAL deployment tests configuration ==
# Only needed if running `just test-deployment` or `just devloop`
# For details see tests/deployment.rs#get_vars()
# Obtain from 1Password: cloudflare-workers/prod/internal-api-auth-token
export REGISTRY_AUTH_TOKEN=""
# == LOCAL, DEV or PROD deployment tests configuration ==
# Only needed if running:
# - `just devloop`
# - `just test-deployment`
# - `ENVIRONMENT=DEV just test-deployment`
# - `ENVIRONMENT=PROD just test-deployment`
# For details see tests/deployment.rs#get_vars()
# Obtain from https://cloud.walletconnect.com
# Notify API must be enabled
export NOTIFY_PROD_PROJECT_ID=""
export NOTIFY_PROD_PROJECT_SECRET=""
# == STAGING deployment tests configuration ==
# Only needed if running:
# - `ENVIRONMENT=STAGING just test-deployment`
# Obtain from https://wc-cloud-staging.vercel.app
# Notify API must be enabled
export NOTIFY_STAGING_PROJECT_ID=""
export NOTIFY_STAGING_PROJECT_SECRET=""