20 lines
390 B
Plaintext
20 lines
390 B
Plaintext
# ©AngelaMos | 2026
|
|
# .env.example
|
|
# Copy to .env (production) or .env.development (dev) and adjust values
|
|
|
|
APP_NAME=axumortem
|
|
VITE_API_URL=/api
|
|
VITE_APP_TITLE=axumortem
|
|
|
|
NGINX_HOST_PORT=22784
|
|
FRONTEND_HOST_PORT=15723
|
|
BACKEND_HOST_PORT=3000
|
|
POSTGRES_HOST_PORT=5432
|
|
|
|
POSTGRES_PASSWORD=changeme
|
|
RUST_LOG=info
|
|
MAX_UPLOAD_SIZE=52428800
|
|
CORS_ORIGIN=*
|
|
|
|
# CLOUDFLARE_TUNNEL_TOKEN=your-token-here
|