7ff2dbb139
Build & Deploy / Build & Push Docker Image (push) Successful in 2m55s
Test / Type Check (all packages) (push) Successful in 54s
Build & Deploy / Deploy to VPS (push) Successful in 4s
Test / API Unit Tests (push) Failing after 48s
Test / Homepage Unit Tests (push) Successful in 43s
Test / Storefront Unit Tests (push) Failing after 40s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Failing after 42s
Test / API Integration Tests (push) Successful in 1m0s
16 lines
527 B
Bash
16 lines
527 B
Bash
# Carplace application
|
|
NODE_ENV=production
|
|
CARPLACE_ASSET_PREFIX=/carplace
|
|
|
|
# Server-to-server API connection inside the container network.
|
|
API_INTERNAL_URL=http://api:4000/api/v1
|
|
API_URL=http://api:4000
|
|
|
|
# Browser requests use /carplace/api/v1 by default.
|
|
# Enable direct API mode only when CORS and cookie-domain settings are deliberate.
|
|
NEXT_PUBLIC_CARPLACE_DIRECT_API=false
|
|
NEXT_PUBLIC_API_URL=https://api.rentaldrivego.ma/api/v1
|
|
|
|
# Public dashboard action used by the Carplace header.
|
|
NEXT_PUBLIC_DASHBOARD_URL=/dashboard
|