13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
# 本地环境
|
|
ENV = 'development'
|
|
|
|
# 本地环境接口地址
|
|
VITE_API_URL = 'https://core-155601-6-1313201839.sh.run.tcloudbase.com'
|
|
# VITE_API_URL = 'http://8.141.89.4:7788'
|
|
# 监控服务地址
|
|
|
|
VITE_REPORT_URL = 'http://6.0.0.74:9001'
|
|
|
|
# 大屏地址
|
|
VITE_SCREEN_URL = 'http://localhost:3000/visual'
|