Files
awoooi/apps/web/.env.example

33 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =============================================================================
# apps/web — Environment Variables
# 複製此檔案為 .env.local 並填入實際值
# 生成日期: 2026-04-22 Claude Code
# =============================================================================
# ----------------------------------------------------------------------------
# 必填 (REQUIRED)
# ----------------------------------------------------------------------------
# API 後端 URLNext.js build-time 寫入 JS bundle禁止使用內網 IP
NEXT_PUBLIC_API_URL=https://awoooi.wooo.work
# ----------------------------------------------------------------------------
# 可選 (OPTIONAL)
# ----------------------------------------------------------------------------
# 是否啟用 Demo 模式true/false
NEXT_PUBLIC_ENABLE_DEMO=false
# SignOz 可觀測性平台 URL公開前端只允許公網入口
NEXT_PUBLIC_SIGNOZ_URL=https://signoz.wooo.work
# 主機清單與 K8s VIP 顯示由後端提供遮罩後的資產代號。
# 不得在公開前端 env 寫入實際內網拓樸。
# ----------------------------------------------------------------------------
# Server-side Only不含 NEXT_PUBLIC_ 前綴,不會暴露在 JS bundle
# ----------------------------------------------------------------------------
# Sentry 自建主機 URLsentry-tunnel route handler 使用)
SENTRY_HOST=https://sentry.wooo.work