- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
Latest commit
24 lines (19 loc) · 1.29 KB
/
Copy pathenv.example
File metadata and controls
24 lines (19 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CLOUD_SYNC_BASE_URL_DEV=http://localhost:3001
# 生产地址(一般不需要填写,通过 server.json 发现)
# CLOUD_SYNC_BASE_URL_PROD=
# 服务器地址发现(可选覆盖):指向一个返回 {"baseUrl":"http://xxx"} 的 JSON 地址
# 默认使用仓库内 server.json 的 raw 地址,换服务器时只需更新 server.json 并 push
# CLOUD_SYNC_DISCOVERY_URL=https://raw.githubusercontent.com/coderDJing/Track-Studio/main/server.json
# 云同步与错误上报使用的服务端密钥(请按需填写)
CLOUD_SYNC_API_SECRET_KEY=FRKB_73726add-497c-4c30-b340-ba3b94e9788d
# Last.fm 相似歌曲默认 API Key(发布构建建议通过 GitHub Secret 注入,不要提交真实 Key)
FRKB_LASTFM_API_KEY=
# AcoustID 开发态默认 Client Key(仅 dev 模式生效;设置里未配置 AcoustID 时才使用)
FRKB_ACOUSTID_CLIENT_KEY=
# 开发态多实例隔离(可选;留空则不覆盖当前已保存配置)
# FRKB_DEV_INSTANCE=a
# FRKB_DEV_USER_DATA_DIR=C:/Users/你的用户名/AppData/Roaming/frkb-dev-a
# FRKB_DEV_DATABASE_URL=/你的开发库目录/FRKB_database
# 开发态:每次启动都当成从没选过身份、从没看过指引(1 开 / 0 关;只在 pnpm run dev 生效)
# 不会替你选定「不是 Rekordbox」或其它身份
# FRKB_DEV_USER_GUIDE_AS_NEW_USER=1