Files
VibeCoding/WebRTCSignalServerWeb/.env
TongTongStudio ded6fe5ab7 feat(android): add device activation flow and update dependencies
重构项目架构,引入启动页(SplashActivity)检查激活状态,未激活设备引导至激活页(ActivationActivity)完成provision+token流程。集成Retrofit+RxJava3网络层、Room数据库、Lifecycle组件、MMKV等依赖,升级OkHttp/Gson版本,并将构建配置从旧项目全面迁移至新项目结构。
2026-08-03 00:25:51 +08:00

7 lines
273 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 管理后台连接的后端信令服务器地址Spring Boot 端口)
# VITE_API_BASE=http://175.178.213.60:8088
VITE_API_BASE=http://192.168.5.224:8080
# 默认管理令牌,需与服务器 application.yml 中 admin.token 一致
VITE_ADMIN_TOKEN=webrtc-admin-token