8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
# Deployment environment template (NO SECRETS)
|
|
#
|
|
# Copy to a *local-only* file and keep it OUT of git:
|
|
# cp DEPLOY_frontend.env.example DEPLOY_frontend.env
|
|
#
|
|
NEXT_PUBLIC_API_URL=https://your-domain.com/api/v1
|
|
|