refactor(db): better docker

This commit is contained in:
Julien Froidefond
2025-02-14 14:53:39 +01:00
parent 349f71969f
commit 518913645e
4 changed files with 4 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# MongoDB
MONGO_USER=admin
MONGO_PASSWORD=password
MONGODB_URI=mongodb://admin:password@localhost:27017/paniels?authSource=admin
MONGODB_URI=mongodb://admin:password@localhost:27017/stripstream?authSource=admin
# Komga
NEXT_PUBLIC_API_URL=https://cloud.julienfroidefond.com