mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-10-22 02:03:11 +00:00
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
# Backend API Base URL (后端服务地址)
|
|
VITE_API_BASE_URL=http://localhost:3000
|
|
|
|
# Site Key for authentication (站点密钥)
|
|
VITE_SITE_KEY=your-site-key-here
|
|
|
|
# Assets URL for app icons (应用图标资源地址)
|
|
VITE_ASSETS_URL=http://localhost:3000/assets
|