add auth middleware
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 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://host.docker.internal:9200
|
||||
ELASTIC_HOSTS=http://localhost:9200
|
||||
DYNAMODB_PARTITION_KEY=id
|
||||
DYNAMODB_SORT_KEY=sk
|
||||
|
||||
Reference in New Issue
Block a user