8 lines
161 B
Bash
Raw Permalink Normal View History

2021-12-10 14:11:49 +08:00
# port
2023-06-06 10:49:59 +08:00
VITE_DEV_PORT = '8083'
# development path
2023-06-06 13:24:29 +08:00
VITE_DEV_PATH = 'http://goviewphp.lihaink.cn'
# production path
2023-06-06 13:24:29 +08:00
VITE_PRO_PATH = 'https://goviewphp.lihaink.cn'