7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
# 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 |