Add development environment setup and deployment guides
This commit is contained in:
16
.env.development
Normal file
16
.env.development
Normal 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
|
||||
Reference in New Issue
Block a user