7 lines
228 B
Bash
7 lines
228 B
Bash
# If UV does not load this file, try running `export UV_ENV_FILE=.env`
|
|
# See more details at https://docs.astral.sh/uv/configuration/files/#env
|
|
|
|
ELASTIC_HOSTS=http://localhost:9200
|
|
DYNAMODB_PARTITION_KEY=id
|
|
DYNAMODB_SORT_KEY=sk
|