Barazo default frontend
barazo.forum
1# Barazo Web Environment Configuration
2# Copy this file to .env.local and fill in your values
3
4# API Configuration
5#
6# NEXT_PUBLIC_API_URL -- used by the browser for client-side API requests.
7# Local dev: set to the API server URL (e.g., http://localhost:3000)
8# Production (behind Caddy): leave unset -- relative URLs are routed by the reverse proxy
9#
10# API_INTERNAL_URL -- used by Next.js SSR for server-side API requests.
11# Local dev: set to the API server URL (e.g., http://localhost:3000)
12# Docker: set to Docker service name (e.g., http://barazo-api:3000)
13#
14NEXT_PUBLIC_API_URL=http://localhost:3000
15API_INTERNAL_URL=http://localhost:3000
16
17# Application
18NEXT_PUBLIC_APP_NAME=Barazo
19NEXT_PUBLIC_APP_URL=http://localhost:3001
20
21# OAuth / AT Protocol
22NEXT_PUBLIC_OAUTH_CLIENT_ID=barazo-web
23
24# Optional: Analytics (Phase 3+)
25# NEXT_PUBLIC_UMAMI_WEBSITE_ID=
26
27# Optional: Sentry/GlitchTip (Phase 1+)
28# SENTRY_DSN=