-
Notifications
You must be signed in to change notification settings - Fork 0
/
.envrc.local.example
36 lines (27 loc) · 1.05 KB
/
.envrc.local.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
export ZXCVBN_MINIMUM_SCORE=0
export SENTRY_WEB_SERVER_DSN=https://foo@bar.ingest.sentry.io/baz
export SENTRY_GATEWAY_DSN=https://foo@bar.ingest.sentry.io/baz
export SENTRY_BACKGROUND_WORKER_DSN=https://foo@bar.ingest.sentry.io/baz
export SENTRY_TRANSCODE_WORKER_DSN=https://foo@bar.ingest.sentry.io/baz
export SENTRY_TRANSCRIBE_WORKER=https://foo@bar.ingest.sentry.io/baz
export SENTRY_IMPORT_WORKER=https://foo@bar.ingest.sentry.io/baz
export MEDIA_URL=https://public_media_url
export MAPBOX_GEOCODING_TOKEN=
export MAPBOX_MAP_TOKEN=
export MAPBOX_SEARCHBOX_TOKEN=
export S3_INGEST_ENDPOINT=
export S3_INGEST_BUCKET=
export S3_INGEST_ACCESS_KEY_ID=
export S3_INGEST_SECRET_ACCESS_KEY=
export S3_PUBLIC_ENDPOINT=
export S3_PUBLIC_BUCKET=
export S3_PUBLIC_ACCESS_KEY_ID=
export S3_PUBLIC_SECRET_ACCESS_KEY=
export RCLONE_CONFIG_MAPTILES_ENDPOINT=
export RCLONE_CONFIG_MAPTILES_ACCESS_KEY_ID=
export RCLONE_CONFIG_MAPTILES_SECRET_ACCESS_KEY=
KUBECONFIG=$PWD/infra/kubeconfig.yaml
if [ -f $PWD/infra/kubeconfig.yaml ]; then
export KUBECONFIG
fi
watch_file $KUBECONFIG