mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-18 13:17:54 +00:00
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
ENV = 'development'
|
||
VITE_CLI_PORT = 8080
|
||
VITE_SERVER_PORT = 8888
|
||
VITE_BASE_API = /api
|
||
VITE_BASE_PATH = http://127.0.0.1
|
||
// 如果使用docker-compose开发模式,设置为下面的地址或本机主机IP
|
||
//VITE_BASE_PATH = http://177.7.0.12
|