Skip to main content

Configuration File

Edit docker/web-api/.web.env before starting the service.

Required Variables

SECRET is used for both JWT signing and credential vault encryption. All services must share the same value. Changing it in production will invalidate all active sessions and make stored vault credentials unreadable. Rotate carefully.

Service Identity


PostgreSQL


Redis


Asset Storage


Internal Service Addresses


Full Environment File


Next Steps

Overview

Web API purpose, request flow, and component architecture.

Configuration Reference

Cross-service configuration reference.