Files
AdventureLog/frontend/.env.example
Sean Morley d22c55e182 Refactor deployment configurations and update documentation
- Replaced the All-in-One (AIO) deployment setup with a Standard Deployment configuration, introducing .env.advanced.example for advanced settings.
- Updated .dockerignore to reflect the new environment file structure.
- Removed .env.aio.example and associated references from documentation and workflows.
- Enhanced installation instructions to clarify the new Standard Deployment process.
- Updated GitHub Actions workflows to align with the new deployment structure, including smoke tests and image builds.
- Improved documentation for environment variable references and deployment options.
2026-06-12 21:49:01 -04:00

18 lines
1008 B
Plaintext

# AdventureLog — Frontend (local development)
# Copy to .env: cp .env.example .env
# Used when running `pnpm dev` from frontend/
# ── Backend API ─────────────────────────────────────────
PUBLIC_SERVER_URL=http://127.0.0.1:8000
BODY_SIZE_LIMIT=Infinity
# ═══════════════════════════════════════════════════════
# Optional — uncomment and edit as needed
# ═══════════════════════════════════════════════════════
# ── Umami analytics ─────────────────────────────────────
# Docs: https://adventurelog.app/docs/configuration/analytics.html
# PUBLIC_UMAMI_SRC=https://cloud.umami.is/script.js
# PUBLIC_UMAMI_WEBSITE_ID=