-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.env
More file actions
38 lines (29 loc) · 1.09 KB
/
example.env
File metadata and controls
38 lines (29 loc) · 1.09 KB
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
# Check all of the environment variables based on the guide below and uncomment.
##### = You should change for security reasons
#### = You must change to your own secrets
### = Corresponds to particular Docker service or Directory within this project
## = Model tuning parameters, change based on your compute resources
# = Don't need to change
#### APCA_PAPER_KEY=my_alpaca_key
#### APCA_PAPER_SECRET=my_alpaca_secret
# COMMON_CODE_CONTAINER=/argosy-common
### COMMON_CODE_LOCAL=./relative/path/to/argosy-common
# MODELS_CONTAINER=/argosy-models
### MODELS_LOCAL=./relative/path/to/argosy-models
## MODEL_CORES_FRACTION=8
## MODEL_CUTOFF=2024-01-01
## MODEL_TUNE_INITIAL=7
## MODEL_TUNE_ITER=5
## MODEL_TUNE_NO_IMPROVE=3
##### POSTGRES_USER=my_username
##### POSTGRES_PASSWORD=my_password
# POSTGRES_DB=my_database
### POSTGRES_HOST=postgres
# POSTGRES_PORT=5432
### SEAWEED_HOST=seaweedfs
# SEAWEED_S3_PORT=8333
# SEAWEED_MODEL_BUCKET=model_bucket
# SEAWEED_MODEL_LIMIT=1073741824
### SELENIUM_HOST=selenium
# STRATEGIES_CONTAINER=/argosy-strategies
### STRATEGIES_LOCAL=./relative/path/to/argosy-strategies