Expand description
Server configuration and bootstrap.
This module provides the ServerConfig and run_server function
for starting the HTTP server.
Structs§
- ApiKey
Config - API key configuration.
- AppState
- Shared application state holding all stores.
- Postgres
Pool Config - Configuration for PostgreSQL connection pool tuning.
- Server
Config - Server configuration.
Enums§
- Storage
Backend - Storage backend type.
Functions§
- run_
server - Runs the HTTP server.