fix: ws新增 .env 文件

This commit is contained in:
Tim
2025-09-04 12:24:30 +08:00
parent 8895405606
commit 0ff6f13c86
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
SERVER_PORT=<your-server-port>
# RabbitMQ 配置
RABBITMQ_HOST=<your-host>
RABBITMQ_PORT=<your-port>
RABBITMQ_USERNAME=<your-username>
RABBITMQ_PASSWORD=<your-password>
# JWT 配置
JWT_SECRET=<your-jwt-secret>
WEBSITE_URL=<your-website-url>