Files
open-anylink-web/.env.demo-prod
2025-03-08 19:13:48 +08:00

22 lines
804 B
Plaintext
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.
ENV = 'demo-prod'
# REST API地址
VITE_RESTAPI_URL = '/api/'
# 本地开发OSS对象服务跨域代理标识
VITE_OSS_CORS_FLAG = '' # 生产环境不用配置代理在OSS控制台的bucket下设置跨域来源即可
# ws地址
VITE_WS_URL = '/ws'
# title
VITE_TITLE = 'Open AnyLink'
# 登录密码加密算法的固定key
VITE_FIXED_KEY = 'XS9Ng2cur4YijQ3z4aDkPdbSR3ZyG3Qf'
# demo环境标识
VITE_DEMO_FLAG = true
VITE_DEMO_ACCOUNTS = '[{"account":"demo01","password":"admin9527"},{"account":"demo02","password":"admin9527"},{"account":"demo03","password":"admin9527"},{"account":"demo04","password":"admin9527"},{"account":"demo05","password":"admin9527"},{"account":"demo06","password":"admin9527"},{"account":"demo07","password":"admin9527"},{"account":"demo08","password":"admin9527"}]'