Files
Kanban-Front/.env.example
Vladiysss 31c2764936 Init
2026-04-18 14:55:18 +03:00

10 lines
392 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# URL бэкенда (без завершающего слэша)
# В Dokploy задаётся через UI → Environment
BACKEND_URL=http://26.22.232.18:24454
# Порт, по которому фронтенд доступен на хосте
FRONTEND_PORT=3000
# Dev-only: используется при локальном `npm start`
REACT_APP_BACKEND_URL=http://26.22.232.18:24454