fix: Error on deps and .env
This commit is contained in:
11
.env.example
11
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user