- apps/api: FastAPI backend with Dockerfile - apps/web: Next.js frontend with Dockerfile - apps/sensor: Signal collection agent - packages: shared packages Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
# AWOOOI Sensor Agent Configuration
|
|
# ===================================
|
|
# 複製此檔案為 .env 並填入正確的值
|
|
|
|
# 188 基地 Redis URL (必填)
|
|
AWOOOI_REDIS_URL=redis://192.168.68.188:6379/0
|
|
|
|
# 如果 Redis 有密碼
|
|
# AWOOOI_REDIS_URL=redis://:your_password@192.168.68.188:6379/0
|