wireguard-dashboard-admin/.env.staging

11 lines
261 B
Plaintext
Raw Normal View History

2022-02-09 17:46:25 +08:00
# 资源公共路径,需要以 /开头和结尾
2022-01-08 17:20:46 +08:00
VITE_PUBLIC_PATH = '/'
2022-02-09 17:46:25 +08:00
# 是否启用MOCK
2022-01-08 17:20:46 +08:00
VITE_APP_USE_MOCK = false
# base api
2022-02-09 17:46:25 +08:00
VITE_APP_GLOB_BASE_API = 'http://localhost:8080/api'
2022-01-08 17:20:46 +08:00
# test base api
2022-02-09 17:46:25 +08:00
VITE_APP_GLOB_BASE_API_TEST = 'http://localhost:8080/api-test'