Files
gitlab-instance-0a899031_cn…/.env.local
2026-06-08 03:06:12 -05:00

56 lines
1.7 KiB
Plaintext
Raw 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.
# ========== Windows 本地开发 · 连线上 nomadro.cn 服务 ==========
APP_ENV=development
NEXT_PUBLIC_APP_ENV=development
ROOT_DOMAIN=nomadro.cn
NEXT_PUBLIC_ROOT_DOMAIN=nomadro.cn
# 本地前端
NEXT_PUBLIC_SITE_URL=http://localhost:3001
NEXT_PUBLIC_SITE_ID=meetup
NEXT_PUBLIC_API_BASE_URL=
FASTAPI_PROXY_TARGET=http://127.0.0.1:8000
FRONTEND_ORIGINS=http://localhost:3001,http://127.0.0.1:3001
# SSH 隧道scripts/dev-tunnel.py 用)
DEV_SSH_HOST=82.157.112.245
DEV_SSH_USER=ubuntu
DEV_SSH_PASSWORD=Xiao4669805@
DEV_TUNNEL_MINIO_PORT=9100
DEV_TUNNEL_POCKETBASE=0
# PocketBase服务端走公网域名Windows 无法直连服务器 127.0.0.1:8090
POCKETBASE_URL=https://pocketbase.nomadro.cn
NEXT_PUBLIC_POCKETBASE_URL=https://pocketbase.nomadro.cn
POCKETBASE_EMAIL=xiaoshuang.eric@gmail.com
POCKETBASE_PASSWORD=Xiao4669805@
# MinIO上传走 SSH 隧道映射的本地 9100公开读 URL 走线上域名
MINIO_ENDPOINT=127.0.0.1
MINIO_PORT=9100
MINIO_USE_SSL=false
MINIO_BUCKET=hackrobot
MINIO_PUBLIC_URL=https://minio.nomadro.cn/hackrobot
NEXT_PUBLIC_MINIO_PUBLIC_URL=https://minio.nomadro.cn/hackrobot
MINIO_UPLOAD_PREFIX=nomadcna
MINIO_ACCESS_KEY=nomadro
MINIO_SECRET_KEY=Xiao4669805@
MINIO_REGION=china
# 支付 / 视频会议 / 群聊(线上服务)
PAYMENT_PROVIDER=zpay
PAYMENT_DEFAULT_AMOUNT=100
PAYMENT_JOIN_AMOUNT=100
PAYMENT_API_URL=http://127.0.0.1:8000
NEXT_PUBLIC_MIROTALK_URL=https://mirotalk.nomadro.cn
NEXT_PUBLIC_LOUNGE_URL=https://lounge.nomadro.cn
NEXT_PUBLIC_LISTMONK_URL=https://listmonk.nomadro.cn
LISTMONK_API_URL=https://listmonk.nomadro.cn
NEXT_PUBLIC_NTFY_URL=https://ntfy.nomadro.cn
NTFY_URL=https://ntfy.nomadro.cn
NTFY_ENABLED=true
# 本地调试可自动完成支付(无需真实回调)
DEV_AUTO_PAY=true