mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-27 06:37:43 +02:00
- Fix type-check errors (subtask id, duplicate currentLocale) - Add complete Astro landing page with Hero, Features, Pricing, CTA - Add production environment templates (.env.example, .env.production.example) - Add docker-compose.prod.yml for production deployment - Add deploy.sh script for server deployment - Add /health endpoint for web app health checks - Improve docker-entrypoint.sh with database wait logic - Remove references to deleted statistics and session-tasks stores Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
687 B
Text
19 lines
687 B
Text
# Todo Web App - Production Environment Variables
|
|
# Copy this file to .env.production and fill in the values
|
|
|
|
# =============================================================================
|
|
# REQUIRED
|
|
# =============================================================================
|
|
|
|
# Backend API URL
|
|
PUBLIC_BACKEND_URL=https://todo-api.mana.how
|
|
|
|
# Mana Core Auth URL for authentication
|
|
PUBLIC_MANA_CORE_AUTH_URL=https://auth.mana.how
|
|
|
|
# =============================================================================
|
|
# OPTIONAL
|
|
# =============================================================================
|
|
|
|
# Analytics (if using Umami or similar)
|
|
# PUBLIC_ANALYTICS_ID=your-analytics-id
|