mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-04 06:02:50 +08:00
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
#测试环境
|
|
NODE_ENV = 'test'
|
|
|
|
VITE_APP_URL = 'https://testray.yka.moe/doc-json/'
|
|
|
|
# office 服务代理地址
|
|
VITE_APP_OFFICE_PROXY_URL = 'https://office.yka.one/'
|
|
|
|
# office 脚本地址(用于动态创建脚本标签)
|
|
VITE_APP_OFFICE_SCRIPT_URL = 'https://office.yka.one/web-apps/apps/api/documents/api.js' |