mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-27 17:38:50 +05:00
Release 2.5
This commit is contained in:
12
.env.example
12
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user