Initial commit: FunConnect project with server, relay, client and admin panel

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-24 20:56:36 +08:00
parent eb6e901440
commit b6891483ae
167 changed files with 16147 additions and 106 deletions

11
relay-server/.env.example Normal file
View 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