Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.71 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.71 KB

Specs

Rust x Tonic


Configuration

Environment Variables

Name Description Default Type
ENVIRONMENT Specifies the runtime environment development production or development
REDIS_URL URL for the Redis database 'redis://localhost:6379' string
ENABLE_SCHEDULED_UPDATE Enables periodic updates true boolean
UPDATE_SCHEDULE_INTERVAL Interval for updates (in seconds) 180 int
ENABLE_GRPC_UPDATE Enables gRPC-based update functionality true boolean
SESSION_TOKEN Session token for authentication (no default specified) string
BACKEND_URL Hostname for backend service (no default specified) string
RABBITMQ_URL Port for RabbitMQ (no default specified) string
RABBITMQ_USER Username for RabbitMQ (no default specified) string
RABBITMQ_PASSWORD Password for RabbitMQ (no default specified) string