fix: bad env

This commit is contained in:
Julien Froidefond
2025-02-18 08:37:53 +01:00
parent 6fb5d85f99
commit 97a1295a41
5 changed files with 12 additions and 27 deletions

View File

@@ -1,11 +1,3 @@
# 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
@@ -13,6 +5,3 @@ MONGODB_URI=mongodb://localhost:27017/stripstream
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