Release 2.5

This commit is contained in:
2025-10-20 08:45:42 +00:00
parent 162f84ecb9
commit ae6b7cfdd6
56 changed files with 3295 additions and 1008 deletions

View File

@@ -1,5 +1,11 @@
# API URL для нового Go API
NEXT_PUBLIC_API_URL=https://api.neomovies.ru
# Для локальной разработки используйте:
# NEXT_PUBLIC_API_URL=http://localhost:3000
MONGODB_URI=mongodb://localhost:27017/neomovies
NEXTAUTH_SECRET=your_nextauth_secret_here
NEXTAUTH_URL=http://localhost:3001
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
NEXT_PUBLIC_SITE_URL=https://neomovies.ru