mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-06 23:21:16 +08:00
14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
# 所有环境变量已集中在仓库根目录的 .env.*.example 文件。
|
|
# 如需在独立环境中运行,可参考以下字段:
|
|
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> |