forked from featureform/featureform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env-template
79 lines (53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# To use, change this file to .env and add the necessary credentials for the test
# Postgres
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
# Snowflake
SNOWFLAKE_USERNAME=
SNOWFLAKE_PASSWORD=
SNOWFLAKE_ORG=
SNOWFLAKE_ACCOUNT=
# Redshift
REDSHIFT_PORT=
REDSHIFT_DATABASE=
REDSHIFT_USERNAME=
REDSHIFT_PASSWORD=
REDSHIFT_ENDPOINT=
# BigQuery
## Path to GCP credentials.json file for a role with permissions for bigquery
BIGQUERY_CREDENTIALS=
BIGQUERY_PROJECT_ID=
BIGQUERY_DATASET_ID=
# Firestore
## Path to GCP credentials.json file for a role with permissions for firestore
FIRESTORE_CRED=
FIRESTORE_PROJECT=
# ETCD
ETCD_HOST=
ETCD_PORT=
# Cassandra
CASSANDRA_USER=
CASSANDRA_PASSWORD=
# Redis
REDIS_INSECURE_PORT=
REDIS_SECURE_PORT=
REDIS_PASSWORD=
REDISEARCH_INSECURE_PORT=
# Typesense
TYPESENSE_PORT=
TYPESENSE_API_KEY=
# API Server
API_PORT=
METADATA_HOST=
METADATA_PORT=
SERVING_HOST=
SERVING_PORT=
# EMR
AWS_ACCESS_KEY_ID=
AWS_SECRET_KEY=
AWS_EMR_CLUSTER_REGION=
AWS_EMR_CLUSTER_ID=
# S3
S3_BUCKET_PATH=
S3_BUCKET_REGION=