fix: Error on deps and .env

This commit is contained in:
2025-02-17 18:57:16 +01:00
parent ba725bb1a3
commit e9566edad9
7 changed files with 141 additions and 185 deletions

View File

@@ -1,3 +1,14 @@
# API Configuration
NEXT_PUBLIC_API_URL=http://localhost:3000
NEXT_PUBLIC_KOMGA_URL=http://localhost:8080
# Authentication
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-secret-key-here
# Database
MONGODB_URI=mongodb://localhost:27017/stripstream
# MongoDB
MONGO_USER=admin
MONGO_PASSWORD=password