Skip to content

Commit

Permalink
Adding local env files
Browse files Browse the repository at this point in the history
  • Loading branch information
naddeoa committed Feb 22, 2024
1 parent 99e6a3e commit 100107b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
7 changes: 7 additions & 0 deletions examples/configure_container_python/local.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WHYLABS_API_KEY=xxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:org-xxxxxx
CONTAINER_PASSWORD=password
DEFAULT_WHYLABS_DATASET_CADENCE=DAILY
DEFAULT_WHYLABS_UPLOAD_CADENCE=M
DEFAULT_WHYLABS_UPLOAD_INTERVAL=5
FAIL_STARTUP_WITHOUT_CONFIG=True
LOG_LEVEL=INFO
7 changes: 7 additions & 0 deletions examples/configure_container_yaml/local.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WHYLABS_API_KEY=xxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:org-xxxxxx
CONTAINER_PASSWORD=password
DEFAULT_WHYLABS_DATASET_CADENCE=DAILY
DEFAULT_WHYLABS_UPLOAD_CADENCE=M
DEFAULT_WHYLABS_UPLOAD_INTERVAL=5
FAIL_STARTUP_WITHOUT_CONFIG=False
LOG_LEVEL=INFO
7 changes: 7 additions & 0 deletions examples/custom_model/local.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WHYLABS_API_KEY=xxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:org-xxxxxx
CONTAINER_PASSWORD=password
DEFAULT_WHYLABS_DATASET_CADENCE=DAILY
DEFAULT_WHYLABS_UPLOAD_CADENCE=M
DEFAULT_WHYLABS_UPLOAD_INTERVAL=5
FAIL_STARTUP_WITHOUT_CONFIG=True
LOG_LEVEL=INFO
7 changes: 7 additions & 0 deletions examples/no_configuration/local.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WHYLABS_API_KEY=xxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:org-xxxxxx
CONTAINER_PASSWORD=password
DEFAULT_WHYLABS_DATASET_CADENCE=DAILY
DEFAULT_WHYLABS_UPLOAD_CADENCE=M
DEFAULT_WHYLABS_UPLOAD_INTERVAL=5
FAIL_STARTUP_WITHOUT_CONFIG=False
LOG_LEVEL=INFO
7 changes: 7 additions & 0 deletions examples/s3_configuration/local.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
WHYLABS_API_KEY=xxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:org-xxxxxx
CONTAINER_PASSWORD=password
DEFAULT_WHYLABS_DATASET_CADENCE=DAILY
DEFAULT_WHYLABS_UPLOAD_CADENCE=M
DEFAULT_WHYLABS_UPLOAD_INTERVAL=5
FAIL_STARTUP_WITHOUT_CONFIG=False
LOG_LEVEL=INFO

0 comments on commit 100107b

Please sign in to comment.