# Switchboard Environment Variables

## General Server Options
PH_SWITCHBOARD_PORT=4001
PH_SWITCHBOARD_API_ORIGIN=http://localhost:3000

## Dynamic Model Loading
PH_REGISTRY_URL=https://registry.dev.vetra.io/
DYNAMIC_MODEL_LOADING=true

## Cache & Storage Options
#PH_SWITCHBOARD_DATABASE_URL="postgresql://postgres:postgres@localhost:5444/postgres"
#PH_SWITCHBOARD_REDIS_URL="redis://localhost:6380"
