mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-07-30 15:28:30 -04:00
- 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.
18 lines
1008 B
Plaintext
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=
|