18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
# 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
|
|
MONGODB_URI=mongodb://admin:password@localhost:27017/stripstream?authSource=admin
|
|
|
|
# Komga
|
|
NEXT_PUBLIC_API_URL=https://cloud.julienfroidefond.com |