Files
stream-demo-standalone/.env.example
T
2026-04-10 17:16:13 +05:00

9 lines
479 B
Bash

# Скопируйте в .env — подойдут и имена из Next (NEXT_PUBLIC_*), и VITE_*.
VITE_API_URL=https://example.com/api/
NEXT_PUBLIC_API=https://example.com/api/
# База для полей image вида projects/uuid.jpg (со слэшем на конце).
# Пример: https://storage.yandexcloud.net/dult-faib-knac-fint/
VITE_S3_BUCKET=https://storage.yandexcloud.net/your-bucket/
NEXT_PUBLIC_S3_BUCKET=https://storage.yandexcloud.net/your-bucket/