Add development environment setup and deployment guides

This commit is contained in:
porsche5130
2026-03-04 01:19:46 +08:00
parent b3c8c28672
commit 0dd8ae21e9
6 changed files with 453 additions and 0 deletions

16
.env.development Normal file
View File

@@ -0,0 +1,16 @@
# WebMail Gateway 開發環境配置
# Redis 配置
REDIS_HOST=10.1.0.20
REDIS_PORT=6379
REDIS_PASSWORD=DC1qaz2wsx
REDIS_DB=2
# Virtual MIS 資料庫
DATABASE_URL=postgresql://admin:DC1qaz2wsx@10.1.0.20:5433/virtual_mis
# Keycloak 配置
KEYCLOAK_SERVER_URL=https://auth.lab.taipei
# 開發環境 Port
PORT=8100