mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-29 16:29:14 +08:00
12 lines
305 B
Bash
12 lines
305 B
Bash
# port
|
|
VITE_DEV_PORT = '8080'
|
|
|
|
# development path
|
|
# VITE_DEV_PATH = 'http://192.168.0.34:11887'
|
|
VITE_DEV_PATH = 'http://192.168.0.34:8102/'
|
|
# VITE_DEV_PATH = 'http://192.168.0.120:3001'
|
|
VITE_DEV_TOKEN = '09c7cb6a-ab85-4c92-ad0f-5a25d72d71f7'
|
|
|
|
# production path
|
|
VITE_PRO_PATH = 'http://192.168.0.235:8177'
|