# KwChat server configuration
# Generated automatically. Do not commit this file.
NODE_ENV=production
LOG_LEVEL=info

HTTP_HOST=127.0.0.1
HTTP_PORT=8080
WS_PATH=/ws

DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=kwchat
DB_USER=kwchat
DB_PASSWORD=bG3TVVDpx4RfQQggEpkHRat6goscME4q
DB_POOL_SIZE=10

SESSION_SECRET=Jf1WY8cFMypRNadQryrMosZADJ2723xeIQDBjgO25RGGRmZ4

# 首次启动时灌入演示数据（对齐 Android 客户端 FakeServer 的种子数据）
SEED_DEMO_DATA=true
