Skip to content

Commit

Permalink
docs: fix readme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 11, 2023
1 parent 421c36a commit ccd58f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To run the service in development mode, use the following command:

```bash
poetry run python -m debugpy --listen "0.0.0.0:5678" -m uvicorn \
"bento_service_registry.app:application" \
--factory "bento_service_registry.app:create_app" \
--host 0.0.0.0 \
--port "${INTERNAL_PORT}" \
--reload
Expand All @@ -53,6 +53,9 @@ The following environment variables are used to configure the
# Debug mode:
BENTO_DEBUG=false

# Whether we're in a local/container-local context
BENTO_CONTAINER_LOCAL=false

# When this is off, requests made to other services in the
# registry will not validate SSL certificates.
BENTO_VALIDATE_SSL=true
Expand Down Expand Up @@ -82,5 +85,5 @@ LOG_LEVEL=debug

# Authorization settings
BENTO_AUTHZ_SERVICE_URL=http://bentov2.local/api/authorization
AUTHZ_ENABLED=true
BENTO_AUTHZ_ENABLED=true
```

0 comments on commit ccd58f1

Please sign in to comment.