Initial commit: FunConnect project with server, relay, client and admin panel
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
relay-server/.env.example
Normal file
11
relay-server/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# FunMC 中继服务端环境配置
|
||||
# 复制此文件为 .env 并修改配置
|
||||
|
||||
# QUIC 监听地址
|
||||
RELAY_LISTEN_ADDR=0.0.0.0:7900
|
||||
|
||||
# JWT 密钥(必须与主服务器保持一致)
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
||||
|
||||
# 日志级别
|
||||
RUST_LOG=funmc_relay_server=debug
|
||||
Reference in New Issue
Block a user