Documentation
Self-Hosting

Environment Configuration

Configure your gateway instance.

Orbyt uses environment variables for configuration. Copy .env.example to .env and adjust the values as needed.

Core Variables

VariableDescriptionDefault
DATABASE_URLPostgreSQL connection string-
REDIS_URLRedis connection stringredis://localhost:6379
PORTPrimary API port4000
JWT_SECRETSecret for dashboard auth-

Provider Configuration

You can also specify default provider keys here, though managing them via the dashboard and Redis Key Pool is recommended for production setups.

On this page