-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy path.env.template
39 lines (32 loc) · 1.03 KB
/
.env.template
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
39
PREFIX="e2b-" # prefix identifier for all resources
# your GCP project ID
GCP_PROJECT_ID=
# GCP region where the resources will be deployed, e.g. us-west1
GCP_REGION=
# GCP zone where the resources will be deployed, e.g. us-west1-a
GCP_ZONE=
# prod, staging, dev
TERRAFORM_ENVIRONMENT=
# GCS bucket name
TERRAFORM_STATE_BUCKET=
# This is for the nomad and consul client (all jobs are running on client)
# e.g. n1-standard-96
CLIENT_MACHINE_TYPE=
# e.g. 1
CLIENT_CLUSTER_SIZE=
# Max number of additional instances if the CPU usage is above 80%, e.g. 0
CLIENT_CLUSTER_AUTO_SCALING_MAX=
# This is the nomad and consul server (only for scheduling and service discovery)
# eg e2-standard-2
SERVER_MACHINE_TYPE=
# e.g. 3
SERVER_CLUSTER_SIZE=
# eg e2-standard-2
API_MACHINE_TYPE=
# e.g. 1
API_CLUSTER_SIZE=
# your domain name, eg great-innovations.dev
DOMAIN_NAME=
# your Postgres connection string,
# for Supabase format postgresql://postgres.<username>:<password>.<host>@<your-full-url-domain.com>:<port-number>/postgres
POSTGRES_CONNECTION_STRING=