mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2024-04-21 12:32:43 +00:00
* 修复docker 开发环境问题 📝 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: tscuite <64051240+tscuite@users.noreply.github.com>
8 lines
226 B
Bash
8 lines
226 B
Bash
ENV = 'development'
|
|
VITE_CLI_PORT = 8080
|
|
VITE_SERVER_PORT = 8888
|
|
VITE_BASE_API = /api
|
|
VITE_BASE_PATH = http://127.0.0.1
|
|
// 如果使用docker-compose开发模式,设置为下面的地址
|
|
//VITE_BASE_PATH = http://177.7.0.12
|