Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled
10 lines
276 B
Bash
10 lines
276 B
Bash
# =================================
|
|
# pounce Frontend Configuration
|
|
# =================================
|
|
# DEPLOY FILE - Copy this to frontend/.env.local on the server
|
|
|
|
# Backend API URL
|
|
# For production, point to your backend API
|
|
NEXT_PUBLIC_API_URL=https://pounce.ch/api/v1
|
|
|