aura-web/.env.example

7 lines
280 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 前端容器对外暴露的端口
HTTP_PORT=8080
# 构建期注入:编译后的前端调用的后端地址
# - 本机直连后端http://host.docker.internal:4001
# - 与 aura-server 同 docker 网络时http://server:4001
VITE_API_TARGET=http://host.docker.internal:4001