You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
231 B
10 lines
231 B
1 year ago
|
# 本地开发环境
|
||
|
|
||
|
# 公共地址
|
||
|
VITE_GLOB_BASE_URL = "http://localhost:48080"
|
||
|
|
||
|
# 本地MQTT地址
|
||
|
VITE_GLOB_MQTT_URL = "http://localhost:48080"
|
||
|
|
||
|
# 接口授权标识
|
||
|
VITE_GLOB_APP_AUTHORIZATION = "ZmFsY29uOmZhbGNvbl9zZWNyZXQ="
|