8 lines
480 B
Plaintext
8 lines
480 B
Plaintext
# =============================================================================
|
||
# 管理端本地配置示例:复制为 .env.local 后按需修改
|
||
# =============================================================================
|
||
|
||
# 必填:Laravel 应用根 URL(无尾部斜杠)。axios 会请求 {此地址}/api/v1/...
|
||
# 需保证 Laravel 已允许该来源的 CORS(本地管理端为 http://localhost:3801 等)。
|
||
NEXT_PUBLIC_LOTTERY_API_BASE_URL=http://127.0.0.1:8000
|