# Spinza — local development DATABASE_URL=postgres://localhost:5432/spinza REDIS_URL=redis://127.0.0.1:6379 API_PORT=8231 API_HOST=127.0.0.1 WEB_PORT=8230 API_URL=http://127.0.0.1:8231 NEXT_PUBLIC_SITE_URL=http://localhost:8230 SESSION_SECRET=change-me-64-hex ADMIN_IP_ALLOWLIST= COOKIE_SECURE=0 LOG_LEVEL=info