17 lines
316 B
Plaintext
17 lines
316 B
Plaintext
# 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
|