2021-12-10 14:11:49 +08:00
|
|
|
# port
|
2022-05-20 16:12:27 +08:00
|
|
|
VITE_DEV_PORT = '8080'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# development path
|
2022-05-31 11:19:17 +08:00
|
|
|
VITE_DEV_PATH = 'http://1.117.240.165:8080'
|
2021-12-14 15:53:30 +08:00
|
|
|
|
|
|
|
# production path
|
2022-05-31 11:19:17 +08:00
|
|
|
VITE_PRO_PATH = 'http://1.117.240.165:8080'
|