feat(db): init mongo and passing komga conf
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# MongoDB
|
||||
MONGO_USER=admin
|
||||
MONGO_PASSWORD=password
|
||||
MONGODB_URI=mongodb://admin:password@localhost:27017/paniels?authSource=admin
|
||||
|
||||
# Komga
|
||||
NEXT_PUBLIC_API_URL=https://cloud.julienfroidefond.com
|
||||
Reference in New Issue
Block a user