Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change api.* config to server.uvicorn.* and add server.plugins #138

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

criccomini
Copy link
Contributor

…filter

Users can now control which server routers are enabled using the server.plugins config:

[server]
plugins = [
    "catalog.typed"
]

I also changed the api namespace to server.uvicorn for uvicorn settings.

Closes #109

…filter

Users can now control which server routers are enabled using the
`server.plugins` config:

```
[server]
plugins = [
    "catalog.typed"
]
```

I also changed the `api` namespace to `server.uvicorn` for uvicorn settings.

Closes #109
@criccomini criccomini merged commit a987683 into main Jan 24, 2023
@criccomini criccomini deleted the configurable-routers branch January 24, 2023 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make router plugins configurable
1 participant