-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.envrc.example
35 lines (25 loc) · 1.12 KB
/
.envrc.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
##################################################
# Hachyboop Common Environment Variables
##################################################
## Metadata
### Identifying metadata - helps us understand who you are (anonymized OK) and where you're coming from (broadly)
export HACHYBOOP_OBSERVER_ID=esk
export HACHYBOOP_OBSERVER_REGION=exandria
## Testing parameters
### Frequency
export HACHYBOOP_TEST_FREQUENCY_SECONDS=300
### DNS Configuration
#### Resolvers and questions - what DNS entries are you poking, and who are you asking?
export HACHYBOOP_RESOLVERS=91.200.176.1:53,8.8.8.8:53
export HACHYBOOP_QUESTIONS=hachyderm.io,hachyderm.wtf
## Writers
### S3 writer - writes parquet to the specified S3 bucket
export HACHYBOOP_S3_WRITER_ENABLED=true
export HACHYBOOP_S3_ENDPOINT=fsn1.your-objectstorage.com
export HACHYBOOP_S3_BUCKET=bag-of-holding
export HACHYBOOP_S3_PATH=some-stuff/some-subfolder
export HACHYBOOP_S3_ACCESS_KEY_ID=AKIAEXAMPLE
export HACHYBOOP_S3_SECRET_ACCESS_KEY=secret
### Local file writer - writes parquet to a local file on disk
export HACHYBOOP_LOCAL_WRITER_ENABLED=true
export HACHYBOOP_LOCAL_RESULTS_PATH=data